Move GDT init into amd64/gdt.c
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m34s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m34s
This commit is contained in:
@@ -42,4 +42,6 @@ struct gdt_extended {
|
||||
struct gdt_entry tsshigh;
|
||||
} PACKED;
|
||||
|
||||
void gdt_init (struct cpu* cpu);
|
||||
|
||||
#endif // _KERNEL_AMD64_GDT_H
|
||||
|
||||
Reference in New Issue
Block a user