Changeset 39031cc in mainline
- Timestamp:
- 2006-05-31T17:05:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 018f95a
- Parents:
- 482826d
- Location:
- contrib/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/HelenOS.amd64.simics
r482826d r39031cc 33 33 $sb = (create-south-bridge-piix4) 34 34 $sio = (create-std-super-io) 35 $cdrom = (create-std-ide-cdrom) 35 36 36 37 $console = (create-std-graphics-console) … … 46 47 47 48 $sb.connect $sio 49 $sb.connect ide0-slave $cdrom 48 50 49 51 instantiate-components 50 52 51 $system.cmos-boot-dev A 52 flp0.insert-floppy A "image.boot" 53 run-python-file "%simics%/home/scripts/cdrom_bootloader.py" 54 @install_cdrom_bootloader((conf.cpu0,)) 55 56 new-file-cdrom "image.iso" image 57 cd0.insert image -
contrib/conf/dot.bochsrc
r482826d r39031cc 132 132 # supported on Windows 95 and 98. 133 133 #======================================================================= 134 floppya: 1_44=image.boot, status=inserted134 #floppya: 1_44=image.boot, status=inserted 135 135 #floppya: 1_44=/dev/fd0, status=inserted 136 136 … … 211 211 # ata3-slave: type=cdrom, path=iso.sample, status=inserted 212 212 #======================================================================= 213 ata0-master: type=cdrom, path="image.iso", status=inserted 213 214 #ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17 214 215 #ata0-slave: type=cdrom, path=D:, status=inserted … … 229 230 # boot: a 230 231 #======================================================================= 231 boot: floppy232 boot: cdrom 232 233 #boot: disk 233 234
Note:
See TracChangeset
for help on using the changeset viewer.