Subversion Repositories HelenOS

Rev

Rev 3592 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3592 Rev 3664
Line 1... Line 1...
1
# Assembled from the "niagara-simple" machine configuration files distributed
1
# Assembled from the "niagara-simple" machine configuration files distributed
2
# with Simics. Boots from an ISO9660 images.
2
# with Simics. Boots from an ISO9660 images.
3
 
3
 
4
if not defined num_cpus {$num_cpus  = 1}
4
if not defined num_cpus {$num_cpus  = 32}
5
if not defined freq_mhz {$freq_mhz  = 5}
5
if not defined freq_mhz {$freq_mhz  = 5}
6
if not defined rtc_time {$rtc_time  = "2006-04-04 12:00:00 UTC"}
6
if not defined rtc_time {$rtc_time  = "2006-04-04 12:00:00 UTC"}
7
 
7
 
8
###
8
###
9
 
9
 
Line 37... Line 37...
37
instantiate-components
37
instantiate-components
38
 
38
 
39
####
39
####
40
 
40
 
41
$system.set-prom-defaults
41
$system.set-prom-defaults
42
$system.set-prom-env diag-switch? true
42
$system.set-prom-env diag-switch? false
43
$system.set-prom-env auto-boot? true
43
$system.set-prom-env auto-boot? true
44
 
44
 
45
# Simics "niagara-simple" machine does not support CD-ROM device, fortunatelly
45
# Simics "niagara-simple" machine does not support CD-ROM device, fortunatelly
46
# it is able to boot from a disk image in ISO9660 format.
46
# it is able to boot from a disk image in ISO9660 format.
47
$image = ($system.get-component-object disk_image)
47
$image = ($system.get-component-object disk_image)