mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Kernel: Simplify the linker script for the prekernel
This commit is contained in:
parent
a364f5c7b7
commit
b6ddb4b70f
Notes:
sideshowbarker
2024-07-18 08:45:23 +09:00
Author: https://github.com/gunnarbeutner
Commit: b6ddb4b70f
Pull-request: https://github.com/SerenityOS/serenity/pull/8879
2 changed files with 4 additions and 11 deletions
|
@ -38,7 +38,7 @@ boot_pd_kernel_pts:
|
|||
boot_pd_kernel_pt1023:
|
||||
.skip 4096
|
||||
|
||||
.section .boot_text, "ax"
|
||||
.section .text
|
||||
|
||||
.global start
|
||||
.type start, @function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue