Ninja-based buildsystem now building a running kernel!
This commit is contained in:
@@ -27,7 +27,7 @@ SECTIONS
|
||||
*(.note.*)
|
||||
}
|
||||
|
||||
.bss ALIGN(0x1000) : {
|
||||
.bss ALIGN(16) : {
|
||||
__bss_start = .;
|
||||
*(.bss)
|
||||
__bss_end = .;
|
||||
|
||||
Reference in New Issue
Block a user