mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-28 16:24:08 +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 spawn_int23(void); /* procsupt.asm */
|
||||||
void ASMCFUNC DosIdle_hlt(void); /* dosidle.asm */
|
void ASMCFUNC DosIdle_hlt(void); /* dosidle.asm */
|
||||||
|
|
||||||
GLOBAL BYTE ReturnAnyDosVersionExpected;
|
GLOBAL BYTE ASM ReturnAnyDosVersionExpected;
|
||||||
GLOBAL BYTE ASM HaltCpuWhileIdle;
|
GLOBAL BYTE ASM HaltCpuWhileIdle;
|
||||||
|
|
||||||
/* near fnodes:
|
/* near fnodes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user