MyOS Kernel
gdt.h
Go to the documentation of this file.
1 
5 #ifndef GDT_H
6 #define GDT_H
7 
12 void gdt_init();
13 
19 void allow_all_ports();
20 
25 void block_all_ports();
26 #endif
void block_all_ports()
Definition: gdt.c:153
void gdt_init()
Definition: gdt.c:159
void allow_all_ports()
Definition: gdt.c:147