Rename kernel to bdos
This commit is contained in:
parent
d789131eb6
commit
f81de2bfe8
11 changed files with 12 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
ORG BIOS
|
||||
ORG (RAM - 0x0800)
|
||||
CPU 8086
|
||||
|
||||
DISKCX: EQU 0x40
|
||||
DISKDX: EQU 0x42
|
||||
DISKBX: EQU 0x44
|
||||
DISKCX: EQU 0x8
|
||||
DISKDX: EQU 0xA
|
||||
DISKBX: EQU 0xC
|
||||
|
||||
JMP NEAR BOOT
|
||||
JMP NEAR WBOOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue