Bochs上自行生成img文件的學習
1. 以管理員身份運行bximage.exe;
2. 生成鏡像文件的命令: hd, flat, 1500, c.img
hd: It is the format of your boot disk. | fd will create a bootable floppy disk image.:For some odd reasons you can use with win 3.11 or something like that.
Flat: It means that it has a fixed size.
1500::It is the size of your Image.
c.img::It is the name of your Image.
3.創建相關選項說明:
-L : bios 位置
-m : 內存大小(單位是Mbyte)
-boot : 啟動設備(boot device), 包括三種:floppy(a), hard disk(c), CD-ROM(d)
-hda : 硬盤鏡像(hard disk image)
-cdrom : 光盤鏡像(CD-ROM image)