diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-11 19:32:09 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-11 19:32:09 +0100 |
| commit | 29cff52c84430b121c8c45e68907d34cb46f545a (patch) | |
| tree | c33440b5321983658881e2f7629e063b028962a5 /Makefile | |
| parent | 6ee191ced1cd9998caa4cca9531229ddd83840bb (diff) | |
clean up
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ bootdisk.iso : kernel # Link the rust library against the objects from asm code (currently only the startup.o), # later we'll use wildcards kernel : rust_kernel startup.o - ld -static -e startup -T sections -o ./kernel startup.o target/x86_64-rustubs/debug/librustubs.a + ld -static -e startup -T ./src/arch/x86_64/linker.ld -o ./kernel startup.o target/x86_64-rustubs/debug/librustubs.a # install xbuild first. (cargo install xbuild) # Compile the rust part: note that the the cargo crate is of type [staticlib], if you don't |
