1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

Kernel: Simplify the linker script for the prekernel

This commit is contained in:
Gunnar Beutner 2021-07-19 09:34:47 +02:00 committed by Andreas Kling
parent a364f5c7b7
commit b6ddb4b70f
2 changed files with 4 additions and 11 deletions

View file

@ -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