diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:19:20 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:19:20 +0530 |
commit | a1de7769d8471f7343337a89fc37b4ce30d6725f (patch) | |
tree | ca52f3586d32f3946a302023b2c7ecb10eb79866 /.bochsrc | |
parent | 6b76eb48066a5fb0c45b108fd3eed1743029da4f (diff) |
misc: Add support for NixOS
Diffstat (limited to '.bochsrc')
-rw-r--r-- | .bochsrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.bochsrc b/.bochsrc deleted file mode 100644 index 51a138d..0000000 --- a/.bochsrc +++ /dev/null @@ -1,10 +0,0 @@ -megs: 32 -cpu: count=1 -romimage: file=$BXSHARE/BIOS-bochs-legacy -vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest -ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 -ata0-slave: type=cdrom, path="bubbl.iso", status=inserted -boot: cdrom -clock: sync=realtime -config_interface: wx -display_library: wx |