NASM - Load code from USB Drive
- by new123456
Hola,
Would any assembly gurus know the argument (register dl) that signifies the first USB drive?
I'm working through a couple of NASM tutorials, and would like to get a physical boot (I can get a clean one with qemu).
This is the section of code that loads the "kernel" data from disk:
loadkernel:
mov si, LMSG ;; 'Loading kernel',13,10,0
…