mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Remove unneeded commented code.
This commit is contained in:
parent
3b1e0af20b
commit
fab8b79074
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ void _start(void) {
|
||||||
CKernel->mem_E820[i].type = our_type;
|
CKernel->mem_E820[i].type = our_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
// memcpy(&CKernel->limine_fb, framebuffer, sizeof(struct limine_framebuffer));
|
|
||||||
void *sys_gdt_ptr = (void *)&CKernel->sys_gdt_ptr - (uintptr_t)kernel->address;
|
void *sys_gdt_ptr = (void *)&CKernel->sys_gdt_ptr - (uintptr_t)kernel->address;
|
||||||
sys_gdt_ptr += final_address;
|
sys_gdt_ptr += final_address;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue