8 lines
78 B
C
8 lines
78 B
C
#ifndef GDT_H
|
|
#define GDT_H
|
|
|
|
void gdt_init();
|
|
void tss_stack_reset();
|
|
|
|
#endif
|