diff options
Diffstat (limited to 'kernel.ld')
| -rw-r--r-- | kernel.ld | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,8 +26,6 @@ SECTIONS } bss : { *(.bss) + PROVIDE(end = .); } - - . = ALIGN(0x1000); - PROVIDE(end = .); } |
![]() |
index : xv6-riscv | |
| MIT xv6-RISCV kernel modified to RV64I base integer extension | Aditya N. Naik |
| summaryrefslogtreecommitdiff |