Subversion Repositories HelenOS-historic

Rev

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

Rev 304 Rev 305
Line 6... Line 6...
6
#  - Voodoo3 PCI graphics device
6
#  - Voodoo3 PCI graphics device
7
 
7
 
8
@num_processors = 2 
8
@num_processors = 2 
9
#@num_processors = 1
9
#@num_processors = 1
10
 
10
 
11
@if not "cpu_class"               in dir(): cpu_class = "x86-p4"
11
@if not "cpu_class"               in dir(): cpu_class = "x86-hammer"
12
@if not "clock_freq_mhz"          in dir(): clock_freq_mhz = 40
12
@if not "clock_freq_mhz"          in dir(): clock_freq_mhz = 40
13
@if not "memory_megs"             in dir(): memory_megs = 256
13
@if not "memory_megs"             in dir(): memory_megs = 256
14
 
14
 
15
@if not "floppy_image"            in dir(): floppy_image = "image.bin"
15
@if not "floppy_image"            in dir(): floppy_image = "image.bin"
16
@if not "use_voodoo3_pci"         in dir(): use_voodoo3_pci = 1
16
@if not "use_voodoo3_pci"         in dir(): use_voodoo3_pci = 1