mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-18 05:38:36 +01:00
add gitgnore
This commit is contained in:
parent
4227e2317c
commit
55a5ff4b03
9 changed files with 8 additions and 11 deletions
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?";
|
||||
if(YorN)
|
||||
{
|
||||
Once("#include\"DoDistro\";");
|
||||
Once("#include\"DoDistro\";;OutU16(0x4004, 0x3400);");
|
||||
Reboot;
|
||||
}
|
||||
|
|
@ -24,7 +24,8 @@ HashPublic("INS_REG_MACHINE_NUM",HTT_DEFINE_STR);
|
|||
$ID,-2$$ID,-2$$TR,"Once"$
|
||||
$ID,2$$TR,"Adam"$
|
||||
$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$I64 best_score=9999;
|
||||
$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()
|
||||
{
|
||||
CTask *task;
|
||||
CTask *task=User;
|
||||
AutoComplete;
|
||||
task=Fs->next_task;
|
||||
while (task!=Fs) {
|
||||
if (task!=adam_task && task!=sys_winmgr_task && task!=ac.task) {
|
||||
XTalk(task,"Ed(\"::/Doc/Install.DD\");\n");
|
||||
break;
|
||||
}
|
||||
task=task->next_task;
|
||||
}
|
||||
WinToTop(Fs);
|
||||
WinTileVert;
|
||||
XTalk(task, "Ed(\"::/Doc/Install.DD\");\n");
|
||||
}
|
||||
|
||||
Bool DoInstall(Bool pmt_reboot)
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue