diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 20:41:34 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 20:41:34 +0200 |
| commit | 12070ade95668658d557620a9021c2707a1ad7a4 (patch) | |
| tree | 19f72b9cdfa35c9f94c8cf3e36336ae437cfe160 /bochsrc | |
| parent | 65a5d0eb97d7f8bf4d5d837d66bca53c5edcadc6 (diff) | |
added smp support to local bochs instance & config
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,10 +1,5 @@ # # -# bochs-2.6.6$ -# ./configure --enable-clgd54xx --enable-a20-pin --enable-debugger --enable-disasm --enable-e1000 --with-x --with-x11 -# -# -# # ## You may now use double quotes around pathnames, in case # your pathname includes spaces. @@ -136,7 +131,7 @@ romimage: file=/home/miguel/opt/bochs-2.6.6/bios/BIOS-bochs-latest # 2.2.6 2.1Ghz Athlon XP with Linux 2.6/g++ 3.4 12 to 15 Mips # 2.0.1 1.6Ghz Intel P4 with Win2000/g++ 3.3 5 to 7 Mips #======================================================================= -cpu: count=1, ips=10000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" +cpu: count=2, ips=10000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" #======================================================================= # CPUID: @@ -210,6 +205,7 @@ cpu: count=1, ips=10000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs=" #cpuid: mmx=1, sep=1, sse=sse4_2, xapic=1, aes=1, movbe=1, xsave=1 #cpuid: stepping=5 #cpuid: cpuid_limit_winnt=0 +#cpuid: mmx=1, sep=1, sse=sse4_2, xapic=1, aes=1, movbe=1, xsave=1 #======================================================================= # MEMORY |
