wagglewunguswoo

This commit is contained in:
2024-09-12 22:24:27 -06:00
parent 0c3234dec5
commit 9ae39356a9
19 changed files with 2504 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
#define BLOCKSIZE 32769 /* must be mod 3 = 0, should be >= 16k */
#define RANDOM_DEVICE "/dev/urandom" /* must not exist */
#define DIR_SEPERATOR '/' /* '/' on unix, '\' on dos/win */
#define FLUSH sync() /* system call to flush the disk */
#define MAXINODEWIPE 4194304 /* 22 bits */