You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
59: Strip debug symbols from kernel r=phil-opp a=phil-opp
This PR strips debug symbols from the kernel binary to speed up loading. This reduces the boot image size from 5MB to 270KB for blog_os.
(The code already works, I just want to clean it up a bit and improve the naming of the string/path variables before merging.)
cc @64
Co-authored-by: Philipp Oppermann <[email protected]>
Copy file name to clipboardexpand all lines: Changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
- Make the physical memory offset configurable through a `BOOTLOADER_PHYSICAL_MEMORY_OFFSET` environment variable ([#58](https://github.com/rust-osdev/bootloader/pull/58)).
2
+
- Use a stripped copy of the kernel binary (debug info removed) to reduce load times ([#59](https://github.com/rust-osdev/bootloader/pull/59)).
0 commit comments