Move GDT init into amd64/gdt.c
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m34s

This commit is contained in:
2026-02-20 15:38:23 +01:00
parent c68b00f2ea
commit 23d6d443df
6 changed files with 15 additions and 33 deletions

View File

@@ -42,4 +42,6 @@ struct gdt_extended {
struct gdt_entry tsshigh;
} PACKED;
void gdt_init (struct cpu* cpu);
#endif // _KERNEL_AMD64_GDT_H