Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 7046ea1

Browse files
Optimize the Compiling and Linking Processes
1 parent d16a982 commit 7046ea1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* This is adjusted to only keep info that is needed by the kernel or assembly for compiling and running the OS */
12
ENTRY(kmain) /* Ensures your entry point (_start) is kept */
23
OUTPUT_FORMAT(binary) /* Raw binary output (no ELF/PE/etc.) */
34

0 commit comments

Comments
 (0)