mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
ZenithOS
This commit is contained in:
parent
55a5ff4b03
commit
d972bba9ee
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?";
|
"\n\nSuccessful?";
|
||||||
if(YorN)
|
if(YorN)
|
||||||
{
|
{
|
||||||
Once("#include\"DoDistro\";;OutU16(0x4004, 0x3400);");
|
Once("#include\"DoDistro\";;Del(\"~/Registry.HC\");OutU16(0x4004, 0x3400);");
|
||||||
Reboot;
|
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;
|
"InsReg:%s:%d\n",INS_REG_PERSONAL_INITIALS,INS_REG_MACHINE_NUM;
|
||||||
|
|
||||||
#help_index ""
|
#help_index ""
|
||||||
$ID,-2$$ID,-2$$TR,"Once"$
|
$ID,-2$$ID,-2$$TR,"Once"$
|
||||||
$ID,2$$TR,"Adam"$
|
$ID,2$$TR,"Adam"$
|
||||||
$ID,2$$ID,-2$$TR,"User"$
|
$ID,2$$ID,-2$$TR,"User"$
|
||||||
$ID,2$#include "DoDistro";;OutU16(0x4004, 0x3400);
|
$ID,2$$ID,-2$$ID,-2$
|
||||||
$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$
|
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
@ -1475,8 +1475,8 @@ class CWinMgrTimingGlbls
|
|||||||
I64 calc_idle_cnt;
|
I64 calc_idle_cnt;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define WINMGR_FPS (30000.0/1001)
|
#define WINMGR_FPS (60000.0/1001)
|
||||||
#define WINMGR_PERIOD (1001/30000.0)
|
#define WINMGR_PERIOD (1001/60000.0)
|
||||||
|
|
||||||
public class CWinMgrGlbls
|
public class CWinMgrGlbls
|
||||||
{
|
{
|
||||||
|
18
src/Once.HC
18
src/Once.HC
@ -39,15 +39,15 @@ U0 Tmp()
|
|||||||
case BOOT_SRC_HARDDRV:
|
case BOOT_SRC_HARDDRV:
|
||||||
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
|
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
|
||||||
TipOfDay;
|
TipOfDay;
|
||||||
Type("::/Doc/Customize.DD");
|
// Type("::/Doc/Customize.DD");
|
||||||
if (FileFind("::/Misc/Tour")) {
|
// if (FileFind("::/Misc/Tour")) {
|
||||||
"\nTake Tour";
|
// "\nTake Tour";
|
||||||
if (YorN) {
|
// if (YorN) {
|
||||||
DocBottom;
|
// DocBottom;
|
||||||
Cd("::/Misc/Tour");
|
// Cd("::/Misc/Tour");
|
||||||
InFile("Tour");
|
// InFile("Tour");
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user