Commit 806938fc authored by Camila Gallo's avatar Camila Gallo
Browse files

cambios chiquitos

parent d50878b3
......@@ -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.
......
......@@ -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 {
......
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