- no more separate cd booting stuff (handled in FS now)

- scan_keyboard() asm function that reads char from keyboard
   controller in case one is in there to avoid stuckness when
   returning from minix
This commit is contained in:
Ben Gras
2005-09-07 16:29:38 +00:00
parent c899921eb2
commit 32dfc999ce
6 changed files with 24 additions and 1580 deletions
+1
View File
@@ -515,6 +515,7 @@ void initialize(void)
relocate();
#if !DOS
/* Take the monitor out of the memory map if we have memory to spare,
* and also keep the BIOS data area safe (1.5K), plus a bit extra for
* where we may have to put a.out headers for older kernels.