From 84a8b41f4d4c444385e0d7ef058a57af07f0c2e1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 6 Jan 2020 00:06:45 +0100 Subject: Usermode based allocating works a bit now *a bit* --- run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run') 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/ -- cgit v1.2.3