我正在制作一个简单的操作系统内核,并希望使用bochs来模拟它。目前,我使用qemu作为我的模拟器,但希望切换到bochs。我已经在ubuntu中下载并安装了bochs,但是想不出使用它的方法?有人能帮我吗?任何让我开始的链接或方法都会很有帮助。
发布于 2015-10-01 01:10:43
我需要下面的.bochsrc运行一个最小的引导扇区:
ata0-master: type=disk, path="main.img", mode=flat,
cylinders=1, heads=1, spt=1
boot: disk
display_library: sdl
megs: 128https://stackoverflow.com/questions/25981134
复制相似问题