diff options
author | dzwdz | 2023-01-25 19:22:18 +0100 |
---|---|---|
committer | dzwdz | 2023-01-25 19:22:18 +0100 |
commit | 2ad6ee8ed15d1bf898645a16dbc06991a3c1425e (patch) | |
tree | 9e9d50d7447da03a0ff898bf9b268d26ef343702 /src/user/bootstrap/linker.ld | |
parent | 2a2fc4dffe0117ce874a6cf1dcc34321ed8add77 (diff) |
user: process titles, /bin/ps
Diffstat (limited to 'src/user/bootstrap/linker.ld')
-rw-r--r-- | src/user/bootstrap/linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/bootstrap/linker.ld b/src/user/bootstrap/linker.ld index f2d718f..34d8101 100644 --- a/src/user/bootstrap/linker.ld +++ b/src/user/bootstrap/linker.ld @@ -3,7 +3,7 @@ OUTPUT_FORMAT("binary") SECTIONS { - . = 0x10000; + . = 0x20000; _bss_start = .; .bss BLOCK(4K) : ALIGN(4K) { |