kernel: make loading kernel in 2nd chunk of memory (at 1MB) the default.

(indicated by flags hardcoded in kernel that the boot monitor
interprets.)
This commit is contained in:
Ben Gras 2010-07-19 16:33:49 +00:00
parent 103dc9e80a
commit e0701109ca

View file

@ -131,7 +131,7 @@ flags:
* uses generic INT, memory vector,
* new boot code return
*/
.short 0x01FD
.short 0x03FD
nop /* extra byte to sync up disassembler */
over_flags: