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
Camila Gallo Garcia
orga21C2024
Commits
806938fc
Commit
806938fc
authored
10 months ago
by
Camila Gallo
Browse files
Options
Download
Email Patches
Plain Diff
cambios chiquitos
parent
d50878b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Taller5/taller-MP-bundle.v0.1/entregable/taller-MP-bundle.v0.1/solucion/defines.h
....v0.1/entregable/taller-MP-bundle.v0.1/solucion/defines.h
+0
-2
Taller5/taller-MP-bundle.v0.1/entregable/taller-MP-bundle.v0.1/solucion/idt.h
...ndle.v0.1/entregable/taller-MP-bundle.v0.1/solucion/idt.h
+1
-1
No files found.
Taller5/taller-MP-bundle.v0.1/entregable/taller-MP-bundle.v0.1/solucion/defines.h
View file @
806938fc
...
...
@@ -46,8 +46,6 @@
#define GDT_DATA_3_SEL (GDT_IDX_DATA_3 << 3) || 0x03
#define GDT_IDX_VIDEO_SEL (GDT_IDX_VIDEO << 3) || 0x00
// lo shifteo 3 bits para dejar el numero en el índice correspondiente?
// que pasa con RPL y TI? Preguntar esto
// Macros para trabajar con segmentos de la GDT.
...
...
This diff is collapsed.
Click to expand it.
Taller5/taller-MP-bundle.v0.1/entregable/taller-MP-bundle.v0.1/solucion/idt.h
View file @
806938fc
...
...
@@ -12,7 +12,7 @@
#include "types.h"
// COMPLETAR: Definir INTERRUPT_GATE_TYPE con el valor correspondiente
#define INTERRUPT_GATE_TYPE 14
#define INTERRUPT_GATE_TYPE 14
// porque 1 1 1 0 es el codigo para el interrupt gate de 32 bits
/* Struct de descriptor de IDT */
typedef
struct
str_idt_descriptor
{
...
...
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