Changeset 39ae77b in mainline for contrib


Ignore:
Timestamp:
2005-09-05T21:52:56Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e84439a
Parents:
8f1560b
Message:

Change processor type in simics.conf to x86-hammer.
This way it supports both IA-32 and AMD64.

Fix comment in i8259.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/simics.conf

    r8f1560b r39ae77b  
    99#@num_processors = 1
    1010
    11 @if not "cpu_class"               in dir(): cpu_class = "x86-p4"
     11@if not "cpu_class"               in dir(): cpu_class = "x86-hammer"
    1212@if not "clock_freq_mhz"          in dir(): clock_freq_mhz = 40
    1313@if not "memory_megs"             in dir(): memory_megs = 256
Note: See TracChangeset for help on using the changeset viewer.