Restructuration part 2: libc, programs
This commit is contained in:
8
src/kernel/gdt.h
Normal file
8
src/kernel/gdt.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GDT_H
|
||||
#define GDT_H
|
||||
|
||||
void gdt_set_gate(int num, unsigned long base, unsigned long limit, unsigned char access, unsigned char gran);
|
||||
|
||||
void gdt_install();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user