Browse Source

Merge branch 'second_stage' of github.com:Rhodez-x/SingOS

special_first_anniversary_edition
Rhodez-x 7 years ago
parent
commit
7684e71e79
  1. 17
      kernel.nasm

17
kernel.nasm

@ -12,13 +12,16 @@ start_sing:
call dumpax call dumpax
call printCRLF call printCRLF
xor ax, ax mov ah, 08h
xor bx, bx mov dl, [global_disk_identifier]
xor cx, cx mov bx, 0x0
xor dx, dx mov es, bx
mov ah, 0x0F mov di, 0x0
int 10 int 13h
call dumpax
call dump_general_registers
call printCRLF
call printCRLF
call printCRLF call printCRLF
jmp sing_ready jmp sing_ready

Loading…
Cancel
Save