From d107ae24ca5b9e495fe48067556c76a495a846ec Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 15 Sep 2019 00:16:39 +0200 Subject: Switched from GAS to NASM language --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index ab562f1..82d98ce 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ rm -rf ./build/ ./iso/ mkdir ./build/ # Make source files -i686-elf-as ./src/boot.s -o ./build/boot.o +nasm -f elf ./src/boot.asm -o ./build/boot.o files="" find ./src -name \*.c >./build/tmp -- cgit v1.2.3