Skip to content

Instantly share code, notes, and snippets.

View alimkoca's full-sized avatar
🏠
Still working...

Ali Koca alimkoca

🏠
Still working...
  • Home
  • Istanbul, Turkey
View GitHub Profile
bits 16
org 0x7c00
boot:
mov ax, 0x2401
int 0x15 ; A20 bitini aktive et
mov ax, 0x3
int 0x10 ; vga yazı modunu 3 yap
lgdt [gdt_pointer] ; global tanımlayıcı tablosunu yükle
mov eax, cr0