diff options
| -rw-r--r-- | kernel.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ bits 16 jmp kmain %include "constants.asm" +%include "types.asm" %include "string.asm" %include "isr.asm" %include "disk.asm" |
![]() |
index : gh_mirror/jhunkeler/minos.git | |
| x86 Real Mode OS |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | kernel.asm | 1 |
@@ -3,6 +3,7 @@ bits 16 jmp kmain %include "constants.asm" +%include "types.asm" %include "string.asm" %include "isr.asm" %include "disk.asm" |