Implement boot based on reserved sectors

This commit is contained in:
Nero 2019-10-28 10:38:18 +00:00
parent 74fce7191f
commit 47630b2c03
3 changed files with 23 additions and 135 deletions

View file

@ -23,13 +23,12 @@ JMP NEAR WRITE
JMP NEAR LISTST
BOOT:
MOV AL, 0x19
MOV AL, 0x86
CALL MSG
DB "BIOS 8086", 0
RET
DB "BIOS", 0
WBOOT:
STC
JMP (RAM - 0x1000)
RET
; CHAR I/O