mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-19 19:21:44 +00:00
Fix 32-bit compilation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* Based on this tutorial:
|
||||
https://github.com/s-matyukevich/raspberry-pi-os */
|
||||
|
||||
.section ".text.boot"
|
||||
.section ".text.boot", "a"
|
||||
|
||||
.extern _bss_start
|
||||
.extern _bss_end
|
||||
|
Reference in New Issue
Block a user