Kernel: Add framebuffer information to kernel image

This commit is contained in:
2023-12-09 17:33:58 +02:00
parent abc69fa3d5
commit 284a012509
2 changed files with 19 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ SECTIONS
{
g_kernel_execute_start = .;
*(.multiboot)
*(.bananboot)
*(.text.*)
}
.userspace ALIGN(4K) : AT(ADDR(.userspace) - KERNEL_OFFSET)