Skip to content

Instantly share code, notes, and snippets.

@nixeagle
Created July 30, 2010 01:20
Show Gist options
  • Save nixeagle/499657 to your computer and use it in GitHub Desktop.
Save nixeagle/499657 to your computer and use it in GitHub Desktop.
;;; Read from drive
;;; ES BX AX CX DX are modified.
load_kernel:
mov ax, 0x2000
mov es, ax
xor bx, bx
mov ax, 0x0209
mov cx, 0x0003
xor dx, dx
int 0x13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment