File name | Description |
---|---|
@prefix@/share/doc/bochs/README | the ReadMe file from the source distribution. |
@prefix@/share/doc/bochs/COPYING | copy of the LGPL license |
@prefix@/share/doc/bochs/DOC-linux.html | this file |
/usr/man/man1/* | man pages for bochs, bochs-dlx and bximage |
/usr/man/man5/* | man page for bochsrc |
@prefix@/share/doc/bochs/docs-html/* | a local copy of all Bochs documentation ( Online copy ) |
@prefix@/share/doc/bochs/CHANGES | what is changed between versions |
@prefix@/share/bochs/BIOS-bochs-latest | ROM BIOS image for Bochs |
@prefix@/share/bochs/VGABIOS-elpin-2.40 | VGA BIOS image for Bochs |
@prefix@/share/bochs/VGABIOS-elpin-LICENSE | license for VGA BIOS |
@prefix@/share/doc/bochs/bochsrc-sample.txt | sample Bochs configuration file |
@prefix@/bin/bochs | the main Bochs executable (This is actually a symbolic link to @prefix@/bochs/@VERSION@/bochs) |
@prefix@/bin/bximage | tool for making new disk images (This is actually a symbolic link to @prefix@/bochs/@VERSION@/bximage) |
@prefix@/bin/bochs-docs | script to start up browser with this page |
@prefix@/bin/bochs-dlx | run this script to try out DLX Linux inside Bochs! |
@prefix@/share/bochs/dlxlinux/ | directory containing DLX linux sample disk image |
@prefix@/share/bochs/dlxlinux/README | description of DLX linux |
@prefix@/share/bochs/dlxlinux/bochsrc.txt | Bochs configuration file for DLX |
@prefix@/share/bochs/dlxlinux/hd10meg.img | disk image file (10 meg) |
@prefix@/share/bochs/dlxlinux/testform.txt | Form for reporting success or failure |
Welcome to DLX V1.0 (C) 1995-96 Erich Boehm (C) 1995 Hannes Boehm dlx login: root Linux 1.3.89. dlx:~# pwd /root dlx:~# cd / dlx:~# ls bin/ etc/ lost+found/ root/ usr/ boot/ fd/ mnt/ sbin/ var/ dev/ lib/ proc/ tmp/ zip/ dlx:/# df Filesystem 1024-blocks Used Available Capacity Mounted on /dev/hda1 10060 2736 6005 29% / dlx:/# _ |
linux$ bximage ======================================================================== bximage Disk Image Creation Tool for Bochs ======================================================================== Do you want to create a floppy disk image or a hard disk image? Please type hd or fd. [hd] Enter the hard disk size in megabytes, between 1 and 32255 [10] 12 I will create a hard disk image with cyl=24 heads=16 sectors per track=63 total sectors=24192 total size=11.81 megabytes What should I name the image? [c.img] Writing: [............] Done. I wrote 12386304 bytes to c.img. The following line should appear in your bochsrc: diskc: file="c.img", cyl=24, heads=16, spt=63 |