We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd15335 commit a67db0fCopy full SHA for a67db0f
3 files changed
asm/bios/mbr.asm
@@ -8,6 +8,9 @@
8
;; http://www.ctyme.com/intr/rb-0708.htm
9
;; -- https://stanislavs.org/helppc/int_10.html
10
;;
11
+;; Carga en memoria una parte del payload, encargada de configurar el procesador
12
+;; de real mode a finalmente 64 bit long mode.
13
+;;
14
;; This mbr is for 32 and 64 bit machines. Will not work fine on 16 bit 8086 or
15
;; 80286 because it uses prefix override for some instructions.
16
;;==============================================================================
@@ -29,7 +32,7 @@
29
32
30
33
%include "./asm/include/mbr.inc"
31
34
-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.
36
global diskcpy
37
global msg_ok
38
global failure
elf/mbr.elf
0 Bytes
obj/mbr.o
0 commit comments