sys: parse drive number and load BPB
Este commit está contenido en:
padre
a3ef693059
commit
725213b581
Se han modificado 8 ficheros con 436 adiciones y 5 borrados
|
@ -1,15 +0,0 @@
|
|||
; COM program displaying hello world string
|
||||
; This is primarily for testing purposes
|
||||
org 0x0100
|
||||
|
||||
main: mov si, string
|
||||
mov ah, 0x0e
|
||||
xor bx, bx
|
||||
.loop: lodsb
|
||||
test al, al
|
||||
jz .end
|
||||
int 0x10
|
||||
jmp .loop
|
||||
.end: ret
|
||||
|
||||
string: db "Hello world!", 0x0A, 0x0D, 0
|
Cargando…
Añadir tabla
Añadir enlace
Referenciar en una nueva incidencia