mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
add gitgnore
This commit is contained in:
parent
4227e2317c
commit
55a5ff4b03
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
**/*.BIN*
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@ BootHDIns;
|
|||||||
"\n\nSuccessful?";
|
"\n\nSuccessful?";
|
||||||
if(YorN)
|
if(YorN)
|
||||||
{
|
{
|
||||||
Once("#include\"DoDistro\";");
|
Once("#include\"DoDistro\";;OutU16(0x4004, 0x3400);");
|
||||||
Reboot;
|
Reboot;
|
||||||
}
|
}
|
||||||
|
|
@ -24,7 +24,8 @@ HashPublic("INS_REG_MACHINE_NUM",HTT_DEFINE_STR);
|
|||||||
$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$$ID,-2$$ID,-2$$TR,"TempleOS"$
|
$ID,2$#include "DoDistro";;OutU16(0x4004, 0x3400);
|
||||||
|
$ID,-2$$ID,-2$$TR,"TempleOS"$
|
||||||
$ID,2$$TR,"BlackDiamond"$
|
$ID,2$$TR,"BlackDiamond"$
|
||||||
$ID,2$I64 best_score=9999;
|
$ID,2$I64 best_score=9999;
|
||||||
$ID,-2$$TR,"Talons"$
|
$ID,-2$$TR,"Talons"$
|
||||||
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
@ -166,16 +166,11 @@ U0 RegularInstallWiz()
|
|||||||
|
|
||||||
U0 DoInstructions()
|
U0 DoInstructions()
|
||||||
{
|
{
|
||||||
CTask *task;
|
CTask *task=User;
|
||||||
AutoComplete;
|
AutoComplete;
|
||||||
task=Fs->next_task;
|
WinToTop(Fs);
|
||||||
while (task!=Fs) {
|
WinTileVert;
|
||||||
if (task!=adam_task && task!=sys_winmgr_task && task!=ac.task) {
|
|
||||||
XTalk(task, "Ed(\"::/Doc/Install.DD\");\n");
|
XTalk(task, "Ed(\"::/Doc/Install.DD\");\n");
|
||||||
break;
|
|
||||||
}
|
|
||||||
task=task->next_task;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool DoInstall(Bool pmt_reboot)
|
Bool DoInstall(Bool pmt_reboot)
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user