Kernel: Add framebuffer information to kernel image
This commit is contained in:
@@ -11,6 +11,7 @@ SECTIONS
|
||||
{
|
||||
g_kernel_execute_start = .;
|
||||
*(.multiboot)
|
||||
*(.bananboot)
|
||||
*(.text.*)
|
||||
}
|
||||
.userspace ALIGN(4K) : AT(ADDR(.userspace) - KERNEL_OFFSET)
|
||||
|
||||
Reference in New Issue
Block a user