Split code up into directories for bs and com binaries
This commit is contained in:
parent
5a24ceb9b8
commit
955acdacba
9 changed files with 2 additions and 2 deletions
14
kernel.asm
14
kernel.asm
|
@ -1,14 +0,0 @@
|
|||
org 0x7C00
|
||||
|
||||
main: mov si, msg
|
||||
mov ah, 0x0e
|
||||
xor bx, bx
|
||||
loop: lodsb
|
||||
test al, al
|
||||
jz end
|
||||
int 0x10
|
||||
jmp loop
|
||||
end: hlt
|
||||
jmp end
|
||||
|
||||
msg: db "rdos kernel stub", 0x0A, 0x0D, 0
|
Loading…
Add table
Add a link
Reference in a new issue