This commit is contained in:
2024-06-10 23:57:38 +03:00
parent 6de42c3dba
commit 1b2dd2bfbe
21 changed files with 1066 additions and 31 deletions

View File

@@ -23,6 +23,9 @@ _start:
; load the 64-bit GDT
lgdt [gdt64.pointer]
mov dword [0xb8000], 0x2f4b2f4f
jmp gdt64.code:long_mode_start
; print `OK` to screen