bochs安装win98
生活随笔
收集整理的這篇文章主要介紹了
bochs安装win98
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
本來是要寫在上一個文章里的,沒想到報服務器錯誤。。。先存在這里。
參考文章 install windows 98
下載win98安裝鏡像
下iso的地方, win98
具體用的鏈接是 full oem
序列號是 RW9MG-QR4G3-2WRR9-TG7BH-33GXB
解壓縮:
7za X xxx.7z
bochs配置文件:
############################################################### # Configuration file for Bochs ############################################################### debugger_log: debugger.log# how much memory the emulated machine will have megs: 512# filename of ROM images romimage: file=/usr/share/bochs/BIOS-bochs-latest vgaromimage: file=/usr/share/vgabios/vgabios.bin# what disk images will be used ata0-master: type=disk, path="bochs_win98.img", mode=flat, cylinders=20317, heads=16, spt=63 #floppya: 1_44=a.img, status=inserted ata0-slave: type=cdrom, path="win98/win98.iso", status=inserted# choose the boot disk. boot: cdrom# where do we send log messages? # log: bochsout.txt# disable the mouse mouse: enabled=0# enable key mapping, using US layout as default. #keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map安裝過程截屏
有點穿梭的感覺吧。
話說我是想裝linux的,沒成功阿。
總結
以上是生活随笔為你收集整理的bochs安装win98的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机系统要素-从零开始构建现代计算机-
- 下一篇: 利用Excel删除csv文件中所有空行