需要的工具 ?1) boch仿真器:可以從/中下載到。(最好y用下載Bochs-2.4的版本)
2) Linux跟文件系統: Linux早期的都是從軟盤啟動的,因此我們選擇軟盤文件系統。 下載地址:http://www.oldlinux.org/linux.old/images/rootimage-0.11-20040305 ?3) ? linux 0.11內核啟動映像文件:也就是內核代碼編譯生成後的image文件。 ?下載地址:http://www.oldlinux.org/linux.old/bootimage-0.11-20040305獲得。安裝Bochs-2.4.exe,將下載好的rootimage-0.11-20040305和bootimage-0.11-20040305保存在Linux0.11下: 在Linux目錄中新建壹個boch的配置文件bochsrc_fd.bxrc,內容如下:
megs:32
romimage: file=$BXSHARE/BIOS-bochs-latest
vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
vga: extension=vbe
floppya: 1_44=bootimage-0.11-20040305, status=inserted
floppyb: 1_44=bootimage-0.11-20040305, status=inserted
boot: a
log: bochsout.txt
mouse: enabled=0
vga_update_interval: 150000
i440fxsupport: enabled=1
雙擊運行-------bochsrc_fd.bxrc
點擊工具欄,第壹個圖片 帶有a的,那個軟盤,在對話框中,選擇妳要安裝的rootimage,這裏,安裝的是,linux0.11
按回車鍵,等出現如下圖, # ?就算安裝成功了