Changeset 8b3eebb in mainline


Ignore:
Timestamp:
2006-02-07T22:15:42Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb1b8b6
Parents:
9b2729c
Message:

Documentation and dot.bochsrc upgrade.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/apic.c

    r9b2729c r8b3eebb  
    4848 *      Simics 2.0.28 - Simics 2.2.19 2-15 CPUs
    4949 *      VMware Workstation 5.5 with 2 CPUs
     50 *      QEMU 0.8.0 with 2-15 CPUs
    5051 *      ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41 with 2x 200Mhz Pentium CPUs
    5152 *      ASUS PCH-DL with 2x 3000Mhz Pentium 4 Xeon (HT) CPUs
  • arch/mips32/src/mips32.c

    r9b2729c r8b3eebb  
    116116/* TODO: How do we do it on SMP system???? */
    117117
    118 /* Why the hell moves the linker the variable 64K away in assembler
     118/* Why the linker moves the variable 64K away in assembler
    119119 * when not in .text section ????????
    120120 */
  • contrib/conf/dot.bochsrc

    r9b2729c r8b3eebb  
    5959display_library: x
    6060
     61cpu: count=8, ips=10000000
     62
    6163#=======================================================================
    6264# ROMIMAGE:
     
    6769# location of the BIOS.
    6870#=======================================================================
    69 #romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
    70 #romimage: file=bios/BIOS-bochs-2-processors, address=0xf0000
    71 romimage: file=$BXSHARE/BIOS-bochs-8-processors, address=0xf0000
    72 #romimage: file=bios/rombios.bin, address=0xf0000
     71romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
     72#romimage: file=$BXSHARE/BIOS-bochs-8-processors, address=0xf0000
     73#romimage: file=bios/P4SMT, address=0xf0000
    7374
    7475#=======================================================================
     
    346347# if you disable it you may get a spectacular disaster instead.
    347348#=======================================================================
    348 panic: action=ask
     349panic: action=report
    349350error: action=report
    350351info: action=report
  • doc/arch/amd64

    r9b2729c r8b3eebb  
    1919                o 2x-8x AMD64 CPU
    2020        o Simics 2.2.19
    21                 o 2x-8x AMD hammer CPU
     21                o 2x-15x AMD hammer CPU
     22        o QEMU 0.8.0
     23                o 2x-15x CPU
    2224        o HP ProLiant ML350 (HyperThreading)
    2325
    2426EMULATORS AND VIRTUALIZERS
    25         o Bochs 2.2.5
     27        o Bochs 2.2.6
    2628        o Simics 2.2.19
     29        o QEMU 0.8.0
  • doc/arch/ia32

    r9b2729c r8b3eebb  
    2323        o VMware Workstation 5.5
    2424                o 2x CPU
     25        o QEMU 0.8.0
     26                o 2x-15x CPU
    2527        o ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41
    2628                o 2x 200Mhz Pentium CPU
     
    3133
    3234EMULATORS AND VIRTUALIZERS
    33         o Bochs 2.0.2 - Bochs 2.2.5
     35        o Bochs 2.0.2 - Bochs 2.2.6
    3436        o VMware Workstation 4, VMware Workstation 5, VMware Workstation 5.5
    3537        o Simics 2.2.19
     38        o QEMU 0.8.0
Note: See TracChangeset for help on using the changeset viewer.