diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-08 16:51:30 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-08 16:51:30 +0100 |
commit | c712d7f6f801b073920c7b914ee1b95358113893 (patch) | |
tree | b065a2344ddfa66a1e623347b2a8373cc07d02db /Source/Kernel/MemoryManager/GDT.ns.h | |
parent | ec6a6922d074da4b64976282333e308deb39aeec (diff) | |
download | Melon-c712d7f6f801b073920c7b914ee1b95358113893.tar.gz Melon-c712d7f6f801b073920c7b914ee1b95358113893.zip |
Introduced V86 mode. It really fits in nicely :)
Diffstat (limited to 'Source/Kernel/MemoryManager/GDT.ns.h')
-rw-r--r-- | Source/Kernel/MemoryManager/GDT.ns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/MemoryManager/GDT.ns.h b/Source/Kernel/MemoryManager/GDT.ns.h index 9505433..d42587f 100644 --- a/Source/Kernel/MemoryManager/GDT.ns.h +++ b/Source/Kernel/MemoryManager/GDT.ns.h @@ -42,6 +42,7 @@ namespace GDT { u32int ldt; // Unused... u16int trap; u16int iomap_base; + u8int ioports[8192]; } __attribute__((packed)); struct gdt_ptr_t { |