]> git.lizzy.rs Git - loadnothing.git/blobdiff - Makefile
Revert "echo boot signature directly into image"
[loadnothing.git] / Makefile
index 8656af5d9fb5245631cf64290b34a40fa488c386..4e7ca340ea9fe5f4815951a18ab7d0bec3981925 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,7 @@ magic.bin:
        echo -en "\x55\xAA" > magic.bin
 
 stage2/target/x86-loadnothing/release/stage2: stage2/src/main.rs
-       cd stage2 && cargo rustc --release -- --emit=obj
-       ld -m elf_i386 -o stage2/target/x86-loadnothing/release/stage2.bin --oformat binary stage2/target/x86-loadnothing/release/stage2 -Ttext=0x7e00
-       mv stage2/target/x86-loadnothing/release/stage2.bin stage2/target/x86-loadnothing/release/stage2
+       cd stage2 && cargo build --release
 
 nothing.img: magic.bin stage2/target/x86-loadnothing/release/stage2 stage1/boot.bin
        dd if=/dev/zero of=nothing.img bs=32M count=1