Skip to content

Commit a67db0f

Browse files
referencias de mbr andan bien
1 parent dd15335 commit a67db0f

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

asm/bios/mbr.asm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
;; http://www.ctyme.com/intr/rb-0708.htm
99
;; -- https://stanislavs.org/helppc/int_10.html
1010
;;
11+
;; Carga en memoria una parte del payload, encargada de configurar el procesador
12+
;; de real mode a finalmente 64 bit long mode.
13+
;;
1114
;; This mbr is for 32 and 64 bit machines. Will not work fine on 16 bit 8086 or
1215
;; 80286 because it uses prefix override for some instructions.
1316
;;==============================================================================
@@ -29,7 +32,7 @@
2932

3033
%include "./asm/include/mbr.inc"
3134

32-
global print_bios ;; Export symbol so to use this print function in start16.asm.
35+
global print_bios ;; Export so to use in start16.asm.
3336
global diskcpy
3437
global msg_ok
3538
global failure

elf/mbr.elf

0 Bytes
Binary file not shown.

obj/mbr.o

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)