Changeset 39031cc in mainline


Ignore:
Timestamp:
2006-05-31T17:05:52Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
018f95a
Parents:
482826d
Message:

update configs for ISO image

Location:
contrib/conf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/HelenOS.amd64.simics

    r482826d r39031cc  
    3333$sb = (create-south-bridge-piix4)
    3434$sio = (create-std-super-io)
     35$cdrom = (create-std-ide-cdrom)
    3536
    3637$console = (create-std-graphics-console)
     
    4647
    4748$sb.connect $sio
     49$sb.connect ide0-slave $cdrom
    4850
    4951instantiate-components
    5052
    51 $system.cmos-boot-dev A
    52 flp0.insert-floppy A "image.boot"
     53run-python-file "%simics%/home/scripts/cdrom_bootloader.py"
     54@install_cdrom_bootloader((conf.cpu0,))
     55
     56new-file-cdrom "image.iso" image
     57cd0.insert image
  • contrib/conf/dot.bochsrc

    r482826d r39031cc  
    132132# supported on Windows 95 and 98.
    133133#=======================================================================
    134 floppya: 1_44=image.boot, status=inserted
     134#floppya: 1_44=image.boot, status=inserted
    135135#floppya: 1_44=/dev/fd0, status=inserted
    136136
     
    211211#   ata3-slave:  type=cdrom, path=iso.sample, status=inserted
    212212#=======================================================================
     213ata0-master: type=cdrom, path="image.iso", status=inserted
    213214#ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17
    214215#ata0-slave: type=cdrom, path=D:, status=inserted
     
    229230#   boot: a
    230231#=======================================================================
    231 boot: floppy
     232boot: cdrom
    232233#boot: disk
    233234
Note: See TracChangeset for help on using the changeset viewer.