Run kernel with from offset 0
I try to get the interrupt handlers into a offset as low as possible. This is necessity if i want to relocate it later on its own. For running from HMA, a minimal offset of 16 bytes would still be necessary.
This commit is contained in:
parent
df4d3a90e3
commit
cd7aafde09
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
cpu 8086
|
||||
org 0x0100
|
||||
org 0x0
|
||||
jmp init
|
||||
|
||||
isr_dos_main:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue