Changed the random values A and C
authorJohn Hodge <[email protected]>
Sun, 27 Sep 2009 05:59:26 +0000 (13:59 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Sep 2009 05:59:26 +0000 (13:59 +0800)
Kernel/lib.c

index 8b86491..5fe74bf 100644 (file)
@@ -6,8 +6,8 @@
 
 // === CONSTANTS ===
 #define        RANDOM_SEED     0xACE55052
-#define        RANDOM_A        0x12231ADE
-#define        RANDOM_C        0xBEEF1BAD
+#define        RANDOM_A        0x00731ADE
+#define        RANDOM_C        0xBEEF1000
 //                          Jan Feb Mar Apr May  Jun  Jul  Aug  Sept Oct  Nov  Dec
 const short DAYS_BEFORE[] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
 #define UNIX_TO_2K     ((30*365*3600*24) + (7*3600*24))        //Normal years + leap years

UCC git Repository :: git.ucc.asn.au