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:
parent
103dc9e80a
commit
e0701109ca
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue