aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-01-06 00:06:45 +0100
committerMarvin Borner2020-01-06 00:06:45 +0100
commit84a8b41f4d4c444385e0d7ef058a57af07f0c2e1 (patch)
tree71184009c6fc25c3ee1b6d097d5af6705325419a /run
parent9390f6408884d0631e5d9865150851d53e2d6aec (diff)
Usermode based allocating works a bit now
*a bit*
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 1 insertions, 2 deletions
diff --git a/run b/run
index c98ebfc..446d849 100755
--- a/run
+++ b/run
@@ -105,8 +105,7 @@ make_build() {
compile_with_flags -O3 -c ./"${line}" -I ./src/userspace -o ./build/userspace/"${stripped}" || exit
done <./build/tmp
rm ./build/tmp
- compile_with_flags -O3 ./build/userspace/*.o -I ./src/userspace -o ./build/user.o || exit
- i686-elf-objcopy -O binary ./build/user.o ./build/user.bin
+ compile_with_flags -O3 ./build/userspace/*.o -T ./src/userspace/linker.ld -I ./src/userspace -o ./build/user.bin || exit
# Create ISO
mkdir -p ./iso/boot/