mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-05 07:45:07 +01:00
ZenithOS
This commit is contained in:
parent
55a5ff4b03
commit
d972bba9ee
9 changed files with 15 additions and 34 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
**/*.BIN*
|
||||
src/Kernel.BIN.C
|
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
@ -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$
|
||||
$ID,2$$ID,-2$$ID,-2$
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
|
@ -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
|
||||
{
|
||||
|
|
18
src/Once.HC
18
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;
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue