wip: vbe still not working but let us cook
This commit is contained in:
@ -46,9 +46,8 @@ static void add_frame_node(multiboot_memory_map_t *mmmt)
|
||||
* this situation:
|
||||
* --------###############
|
||||
*/
|
||||
if (KERNEL_START > start_addr && KERNEL_START <= end_addr) {
|
||||
if (KERNEL_START > start_addr && KERNEL_START <= end_addr)
|
||||
len = ROUND_FLOOR(KERNEL_START - start_addr, PAGE_SIZE);
|
||||
}
|
||||
/** Kernel code end on the block
|
||||
* this situation:
|
||||
* ###############--------
|
||||
|
Reference in New Issue
Block a user