Changeset 39ae77b in mainline


Ignore:
Timestamp:
2005-09-05T21:52:56Z (19 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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/drivers/i8259.c

    r8f1560b r39ae77b  
    5959        outb(PIC_PIC1PORT2, IVT_IRQBASE + 8);
    6060
    61         /* ICW3: pic1 is known as PIC_PIC1ID */
     61        /* ICW3: pic1 is known as IRQ_PIC1 */
    6262        outb(PIC_PIC1PORT2, IRQ_PIC1);
    6363
  • 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.