Open Axalz opened 3 years ago
When I run make build-x86_64, I get this:
make build-x86_64
mkdir -p build/x86_64/boot/ && \ nasm -f elf64 src/impl/x86_64/boot/header.asm -o build/x86_64/boot/header.o src/impl/x86_64/boot/header.asm:9: error: comma expected after operand 1 Makefile:5: recipe for target 'build/x86_64/boot/header.o' failed make: *** [build/x86_64/boot/header.o] Error 1
same issue
I think this is an error in your assembly code, have you checked to make sure the code in your assembly files match what I have in this repo?
When I run
make build-x86_64
, I get this:mkdir -p build/x86_64/boot/ && \ nasm -f elf64 src/impl/x86_64/boot/header.asm -o build/x86_64/boot/header.o src/impl/x86_64/boot/header.asm:9: error: comma expected after operand 1 Makefile:5: recipe for target 'build/x86_64/boot/header.o' failed make: *** [build/x86_64/boot/header.o] Error 1