1. 程式人生 > >linux-0.11除錯教程,Bochs-2.1.1配置檔案,精簡版可拷貝,及img檔案製作過程

linux-0.11除錯教程,Bochs-2.1.1配置檔案,精簡版可拷貝,及img檔案製作過程

========================================================================
                                bximage
                  Disk Image Creation Tool for Bochs
        $Id: bximage.c,v 1.19 2003/08/01 01:20:00 cbothamy Exp $
========================================================================

Do you want to create a floppy disk image or a hard disk image?
Please type hd or fd. [hd]

What kind of image should I create?
Please type flat, sparse or growing. [flat]

Enter the hard disk size in megabytes, between 1 and 32255
[10]

I will create a 'flat' hard disk image with
  cyl=20
  heads=16
  sectors per track=63
  total sectors=20160
  total size=9.84 megabytes

What should I name the image?
[c.img]

Writing: [] Done.

I wrote 10321920 bytes to (null).

The following line should appear in your bochsrc:
  ata0-master: type=disk, path="c.img
", mode=flat,cylinders=20, heads=16, spt=63

Press any key to continue