mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-16 17:38:36 +00:00
889d97383d
Fixed PCILookUpSingle code for this change EdCodeTools reindent needs to be updated
12 lines
236 B
HolyC
Executable file
12 lines
236 B
HolyC
Executable file
U0 OnceDemo()
|
|
{//Set code to execute next reboot.
|
|
Once("Beep;");
|
|
Once("Dir;"); //You can issue multiple and they get queued.
|
|
"Reboot ";
|
|
if (YorN)
|
|
BootRAM;
|
|
}
|
|
|
|
OnceDemo;
|
|
|
|
//There are variants for zenith $LK,"ZOnce",A="MN:ZOnce"$().
|