Browse Source

boot.asm: Clean up start

master
3moon 8 years ago
parent
commit
ce9fb7c20b
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      src/arch/x86_64/boot.asm

+ 2
- 5
src/arch/x86_64/boot.asm View File

@ -17,12 +17,9 @@ start:
; load the 64-bit gdt
lgdt [gdt64.pointer]
jmp gdt64.code:long_start
; print OK
; mov dword [0xb8000], 0x2f4b2f4f
hlt ; halt
; jump into the 64-bit boot stub code
jmp gdt64.code:long_start
; Checks that we were actually loaded by a Multiboot-compatible system
check_multiboot:


Loading…
Cancel
Save