This commit is contained in:
2024-08-11 19:11:44 +02:00
parent c2ea7f1446
commit 04b67a0ad5
28 changed files with 1666 additions and 487 deletions

View File

@@ -50,6 +50,7 @@ SECTIONS
.data BLOCK(4K) : ALIGN(4K)
{
*(.data)
kernel_data_end = .;
}
/* Read-write data (uninitialized) and stack */
@@ -57,6 +58,8 @@ SECTIONS
{
*(COMMON)
*(.bss)
kernel_memory_end = .;
}
/* The compiler may produce other sections, by default it will put them in