We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed3171 commit 318abe2Copy full SHA for 318abe2
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: cargo xbuild --release
49
50
- name: 'Convert Bootloader ELF to Binary'
51
- run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/x86_64-real_mode/release/stage_2 target/x86_64-real_mode/release/image.bin
+ run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/i8086-bootloader/release/bootloader target/i8086-bootloader/release/image.bin
52
53
# # install QEMU
54
# - name: Install QEMU (Linux)
0 commit comments