Commit 05c31ef2 authored by Facundo Javier Lerena's avatar Facundo Javier Lerena
Browse files

ANDA

parent 18149593
......@@ -18,3 +18,10 @@ kernel reload
b kernel.asm:53
c
quit
b kernel.asm:53
c
kernel reload
quit
b kernel.asm:53
c
q
......@@ -28,7 +28,7 @@ start_rm_len equ $ - start_rm_msg
start_pm_msg db 'Iniciando kernel en Modo Protegido'
start_pm_len equ $ - start_pm_msg
color_random equ 0b01110111
color_random equ 0b00000101
;;
;; Seccion de código.
;; -------------------------------------------------------------------------- ;;
......@@ -50,7 +50,8 @@ start:
; (revisar las funciones definidas en print.mac y los mensajes se encuentran en la
; sección de datos)
print_text_rm 0, 0, color_random, start_rm_len, start_rm_msg
;print_text_rm 0, 0, color_random, start_rm_len, start_rm_msg
print_text_rm start_rm_msg, start_rm_len, color_random, 0, 0
jmp $
......
......@@ -24,7 +24,7 @@
0x00003138 __bss_start
0x00000017 check_len
0x000012c6 check_msg
0x00000077 color_random
0x00000005 color_random
0x000012e4 contadorlineas
0x00000017 disable_len
0x000012af disable_msg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment