Skip to content

Commit

Permalink
Merge pull request #37 from Alignof/revert-36-feature/mount_disk_image
Browse files Browse the repository at this point in the history
Revert "Add disk image"
  • Loading branch information
Alignof authored Sep 4, 2024
2 parents d1ad203 + 2492be6 commit 9f3b3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
[target.riscv64imac-unknown-none-elf]
runner = """
qemu-system-riscv64
-S -gdb tcp::10000
-machine virt
-bios none
-nographic
-m 2G
-initrd vmlinux_debug
-drive file=rootfs.img,format=raw,id=hd0
-device virtio-blk-device,drive=hd0
-append root=/dev/vda,rw,console=ttyS0
-kernel
"""
runner = "qemu-system-riscv64 -S -gdb tcp::10000 -machine virt -bios none -nographic -m 2G -initrd vmlinux_debug -kernel"
#runner = "qemu-system-riscv64 -S -gdb tcp::10000 -d int,in_asm,cpu_reset,mmu,page,guest_errors -machine virt -bios none -nographic -m 2G -initrd vmlinux -kernel"
#runner = "qemu-system-riscv64 -machine virt -bios none -nographic -m 2G -initrd vmlinux -kernel"

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ Cargo.lock

# Added by me
.gdb_history
fedora-vmlinux
stage4-disk.img
vmlinux_debug
rootfs.img

0 comments on commit 9f3b3f0

Please sign in to comment.