mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
add missing ASM to fix build
Without this I am getting undefined reference to _ReturnAnyDosVersionExpected
This commit is contained in:
parent
e698ae2b3b
commit
68693a71c5
@ -415,7 +415,7 @@ void setvec(unsigned char intno, intvec vector);
|
||||
void ASMCFUNC spawn_int23(void); /* procsupt.asm */
|
||||
void ASMCFUNC DosIdle_hlt(void); /* dosidle.asm */
|
||||
|
||||
GLOBAL BYTE ReturnAnyDosVersionExpected;
|
||||
GLOBAL BYTE ASM ReturnAnyDosVersionExpected;
|
||||
GLOBAL BYTE ASM HaltCpuWhileIdle;
|
||||
|
||||
/* near fnodes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user