mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
IRQ's -> IRQs. MemBIOSRep GiB ceiling
Zenith-Latest ISO now timestamped
This commit is contained in:
parent
b09ee0e580
commit
9fa2e57532
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
@ -153,7 +153,7 @@ U0 KMain()
|
||||
RawPrint(4000,"!!! Requires $TX,"512Meg",D="DD_MEM_MIN_MEG"$ of RAM Memory !!!");
|
||||
|
||||
IntsInit;
|
||||
"Enable IRQ's\n";
|
||||
"Enable IRQs\n";
|
||||
SetRFlags(RFLAGG_NORMAL);
|
||||
Busy(2000);
|
||||
IntInit2;
|
||||
|
@ -440,7 +440,7 @@ U0 TaskDel(CTask *task)
|
||||
}
|
||||
|
||||
I64 TaskEnd()
|
||||
{//Called with irq's off.
|
||||
{//Called with irqs off.
|
||||
CTask *task=Fs,*tmpt,*tmpt1;
|
||||
if (task==sys_task_being_screen_updated) {
|
||||
LBts(&task->task_flags,TASKf_KILL_TASK);
|
||||
|
@ -2949,7 +2949,7 @@ F |