diff --git a/.gitignore b/.gitignore index 9f8bc938..56913e58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -**/*.BIN* \ No newline at end of file +src/Kernel.BIN.C \ No newline at end of file diff --git a/src/0000Boot/0000Kernel.BIN.C b/src/0000Boot/0000Kernel.BIN.C index b7400054..1d0fe12d 100755 Binary files a/src/0000Boot/0000Kernel.BIN.C and b/src/0000Boot/0000Kernel.BIN.C differ diff --git a/src/Compiler/Compiler.BIN b/src/Compiler/Compiler.BIN index cc6527eb..bbbcaec1 100755 Binary files a/src/Compiler/Compiler.BIN and b/src/Compiler/Compiler.BIN differ diff --git a/src/Home/K.HC b/src/Home/K.HC index ca0b5b05..901daf1c 100755 --- a/src/Home/K.HC +++ b/src/Home/K.HC @@ -3,7 +3,6 @@ BootHDIns; "\n\nSuccessful?"; if(YorN) { - Once("#include\"DoDistro\";;OutU16(0x4004, 0x3400);"); + Once("#include\"DoDistro\";;Del(\"~/Registry.HC\");OutU16(0x4004, 0x3400);"); Reboot; } - \ No newline at end of file diff --git a/src/Home/Registry.HC b/src/Home/Registry.HC index 31de295a..988bcf14 100755 --- a/src/Home/Registry.HC +++ b/src/Home/Registry.HC @@ -21,25 +21,7 @@ HashPublic("INS_REG_MACHINE_NUM",HTT_DEFINE_STR); "InsReg:%s:%d\n",INS_REG_PERSONAL_INITIALS,INS_REG_MACHINE_NUM; #help_index "" -$ID,-2$$ID,-2$$TR,"Once"$ +$ID,-2$$ID,-2$$TR,"Once"$ $ID,2$$TR,"Adam"$ $ID,2$$ID,-2$$TR,"User"$ -$ID,2$#include "DoDistro";;OutU16(0x4004, 0x3400); -$ID,-2$$ID,-2$$TR,"TempleOS"$ -$ID,2$$TR,"BlackDiamond"$ -$ID,2$I64 best_score=9999; -$ID,-2$$TR,"Talons"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"DunGen"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"CastleFrankenstein"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"ZoneOut"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"Varoom"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"FlapBat"$ -$ID,2$F64 best_score=9999.0000; -$ID,-2$$TR,"Titanium"$ -$ID,2$I64 best_score=0; -$ID,-2$$ID,-2$ \ No newline at end of file +$ID,2$$ID,-2$$ID,-2$ \ No newline at end of file diff --git a/src/Kernel.BIN.C b/src/Kernel.BIN.C index ac215d8a..956cd695 100755 Binary files a/src/Kernel.BIN.C and b/src/Kernel.BIN.C differ diff --git a/src/Kernel/KernelA.HH b/src/Kernel/KernelA.HH index 4b97190d..6e01e7a1 100755 --- a/src/Kernel/KernelA.HH +++ b/src/Kernel/KernelA.HH @@ -1475,8 +1475,8 @@ class CWinMgrTimingGlbls I64 calc_idle_cnt; }; -#define WINMGR_FPS (30000.0/1001) -#define WINMGR_PERIOD (1001/30000.0) +#define WINMGR_FPS (60000.0/1001) +#define WINMGR_PERIOD (1001/60000.0) public class CWinMgrGlbls { diff --git a/src/Once.HC b/src/Once.HC index d8b4d0d6..5635aaf3 100755 --- a/src/Once.HC +++ b/src/Once.HC @@ -39,15 +39,15 @@ U0 Tmp() case BOOT_SRC_HARDDRV: "$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n"; TipOfDay; - Type("::/Doc/Customize.DD"); - if (FileFind("::/Misc/Tour")) { - "\nTake Tour"; - if (YorN) { - DocBottom; - Cd("::/Misc/Tour"); - InFile("Tour"); - } - } +// Type("::/Doc/Customize.DD"); +// if (FileFind("::/Misc/Tour")) { +// "\nTake Tour"; +// if (YorN) { +// DocBottom; +// Cd("::/Misc/Tour"); +// InFile("Tour"); +// } +// } break; } } diff --git a/src/Tmp/MyDistro.iso b/src/Tmp/MyDistro.iso index 4f21923f..e760bc83 100755 Binary files a/src/Tmp/MyDistro.iso and b/src/Tmp/MyDistro.iso differ