summaryrefslogtreecommitdiff
path: root/src/user/bootstrap/linker.ld
diff options
context:
space:
mode:
authordzwdz2023-01-25 19:22:18 +0100
committerdzwdz2023-01-25 19:22:18 +0100
commit2ad6ee8ed15d1bf898645a16dbc06991a3c1425e (patch)
tree9e9d50d7447da03a0ff898bf9b268d26ef343702 /src/user/bootstrap/linker.ld
parent2a2fc4dffe0117ce874a6cf1dcc34321ed8add77 (diff)
user: process titles, /bin/ps
Diffstat (limited to 'src/user/bootstrap/linker.ld')
-rw-r--r--src/user/bootstrap/linker.ld2
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)
{