Changeset 8b3eebb in mainline
- Timestamp:
- 2006-02-07T22:15:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb1b8b6
- Parents:
- 9b2729c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/apic.c
r9b2729c r8b3eebb 48 48 * Simics 2.0.28 - Simics 2.2.19 2-15 CPUs 49 49 * VMware Workstation 5.5 with 2 CPUs 50 * QEMU 0.8.0 with 2-15 CPUs 50 51 * ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41 with 2x 200Mhz Pentium CPUs 51 52 * ASUS PCH-DL with 2x 3000Mhz Pentium 4 Xeon (HT) CPUs -
arch/mips32/src/mips32.c
r9b2729c r8b3eebb 116 116 /* TODO: How do we do it on SMP system???? */ 117 117 118 /* Why the hell moves the linkerthe variable 64K away in assembler118 /* Why the linker moves the variable 64K away in assembler 119 119 * when not in .text section ???????? 120 120 */ -
contrib/conf/dot.bochsrc
r9b2729c r8b3eebb 59 59 display_library: x 60 60 61 cpu: count=8, ips=10000000 62 61 63 #======================================================================= 62 64 # ROMIMAGE: … … 67 69 # location of the BIOS. 68 70 #======================================================================= 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 71 romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 72 #romimage: file=$BXSHARE/BIOS-bochs-8-processors, address=0xf0000 73 #romimage: file=bios/P4SMT, address=0xf0000 73 74 74 75 #======================================================================= … … 346 347 # if you disable it you may get a spectacular disaster instead. 347 348 #======================================================================= 348 panic: action= ask349 panic: action=report 349 350 error: action=report 350 351 info: action=report -
doc/arch/amd64
r9b2729c r8b3eebb 19 19 o 2x-8x AMD64 CPU 20 20 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 22 24 o HP ProLiant ML350 (HyperThreading) 23 25 24 26 EMULATORS AND VIRTUALIZERS 25 o Bochs 2.2. 527 o Bochs 2.2.6 26 28 o Simics 2.2.19 29 o QEMU 0.8.0 -
doc/arch/ia32
r9b2729c r8b3eebb 23 23 o VMware Workstation 5.5 24 24 o 2x CPU 25 o QEMU 0.8.0 26 o 2x-15x CPU 25 27 o ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41 26 28 o 2x 200Mhz Pentium CPU … … 31 33 32 34 EMULATORS AND VIRTUALIZERS 33 o Bochs 2.0.2 - Bochs 2.2. 535 o Bochs 2.0.2 - Bochs 2.2.6 34 36 o VMware Workstation 4, VMware Workstation 5, VMware Workstation 5.5 35 37 o Simics 2.2.19 38 o QEMU 0.8.0
Note:
See TracChangeset
for help on using the changeset viewer.