Difference between revisions of "Bochs on Linux"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[Techniques]]: | + | {{stub}} |
− | [[Emulators]]: [[Bochs]]: [[Bochs on Linux]] | + | [[Techniques]]: [[Emulators]]: [[Bochs]]: [[Bochs on Linux]] |
This article is about setting up and using the [[Bochs]] | This article is about setting up and using the [[Bochs]] | ||
[[emulators|emulator]] on [[Linux]]. | [[emulators|emulator]] on [[Linux]]. |
Revision as of 17:16, 25 June 2005
Template:stub Techniques: Emulators: Bochs: Bochs on Linux This article is about setting up and using the Bochs emulator on Linux.
Setup Notes
I had Bochs working using an .img file as the Windows c:\ drive, and then it mysteriously stopped working (probably due to an Ubuntu upgrade) so I'm taking notes as I rebuild the .img file to (hopefully) fix the problem. Some notes I took last time (will explain them when I figure out what they mean): mknod /dev/loop0 modprobe loop /sbin/losetup /dev/loop0 /home/woozle/win98/c.img "Edit /etc/fstab -- set up /dev/loop0 just like D drive" mount /dev/loop0 mknod /dev/tap0 c 36 16 "Next time: try tuntap"