Skip to content

Instantly share code, notes, and snippets.

@NunoLava1998
Created February 2, 2017 08:34
Show Gist options
  • Save NunoLava1998/ec4c34d928f60425b55332183c42c3d0 to your computer and use it in GitHub Desktop.
Save NunoLava1998/ec4c34d928f60425b55332183c42c3d0 to your computer and use it in GitHub Desktop.
.extern gdtp
.global lgdt
lgdt:
lgdt gdtp
mov $0x10, %eax
mov %eax, %ds
mov %eax, %es
mov %eax, %fs
mov %eax, %gs
mov %eax, %ss
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment