Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Facundo Javier Lerena
Orga2 1c 2024
Commits
05c31ef2
Commit
05c31ef2
authored
11 months ago
by
Facundo Javier Lerena
Browse files
Options
Download
Email Patches
Plain Diff
ANDA
parent
18149593
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
3 deletions
+11
-3
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/.gdb_history
...14/entregable/taller-MP-bundle.v0.1/solucion/.gdb_history
+7
-0
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/diskette.img
...14/entregable/taller-MP-bundle.v0.1/solucion/diskette.img
+0
-0
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.asm
...0514/entregable/taller-MP-bundle.v0.1/solucion/kernel.asm
+3
-2
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.bin
...0514/entregable/taller-MP-bundle.v0.1/solucion/kernel.bin
+0
-0
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.bin.elf
.../entregable/taller-MP-bundle.v0.1/solucion/kernel.bin.elf
+0
-0
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.sym
...0514/entregable/taller-MP-bundle.v0.1/solucion/kernel.sym
+1
-1
No files found.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/.gdb_history
View file @
05c31ef2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/diskette.img
View file @
05c31ef2
No preview for this file type
This diff is collapsed.
Click to expand it.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.asm
View file @
05c31ef2
...
...
@@ -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
0b
0
111011
1
color_random
equ
0b
0
000010
1
;;
;; 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
$
...
...
This diff is collapsed.
Click to expand it.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.bin
View file @
05c31ef2
No preview for this file type
This diff is collapsed.
Click to expand it.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.bin.elf
View file @
05c31ef2
No preview for this file type
This diff is collapsed.
Click to expand it.
Clase Práctica 5 - Pasaje a Modo Protegido-20240514/entregable/taller-MP-bundle.v0.1/solucion/kernel.sym
View file @
05c31ef2
...
...
@@ -24,7 +24,7 @@
0x00003138 __bss_start
0x00000017 check_len
0x000012c6 check_msg
0x000000
77
color_random
0x000000
05
color_random
0x000012e4 contadorlineas
0x00000017 disable_len
0x000012af disable_msg
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment