Skip to content

Instantly share code, notes, and snippets.

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