source: mainline/contrib/conf/simics.conf@ 261595b

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 261595b was 08a7802f, checked in by Martin Decky <martin@…>, 19 years ago

move contrib from kernel/ to /
update Sparc64 toolchain to use Binutils 2.17 (neeeded for linking uspace)

  • Property mode set to 100644
File size: 852 bytes
Line 
1# Test machine features
2# - Standard PC system
3# - 256 Mb memory
4# - 40 MHz processor(s)
5# - AM79C960 NIC (ISA Lance)
6# - Voodoo3 PCI graphics device
7
8@num_processors = 2
9#@num_processors = 1
10
11@if not "cpu_class" in dir(): cpu_class = "x86-hammer"
12@if not "clock_freq_mhz" in dir(): clock_freq_mhz = 40
13@if not "memory_megs" in dir(): memory_megs = 256
14
15@if not "cdrom_image" in dir(): cdrom_image = "image.iso"
16@if not "use_voodoo3_pci" in dir(): use_voodoo3_pci = 1
17@if not "use_voodoo3_agp" in dir(): use_voodoo3_agp = 0
18
19run-command-file ../x86-test-machine/pc-common.simics
20run-python-file ../scripts/cdrom_bootloader.py
21
22@install_cdrom_bootloader((conf.cpu0,))
23@if cdrom_image != None:
24 eval_cli_line("new-file-cdrom %s image" % cdrom_image)
25 eval_cli_line("cd0.insert image")
Note: See TracBrowser for help on using the repository browser.