mirror of https://github.com/FDOS/kernel.git
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…
Reference in New Issue