Implement boot based on reserved sectors
This commit is contained in:
parent
74fce7191f
commit
47630b2c03
3 changed files with 23 additions and 135 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue