diff options
| author | rsc <rsc> | 2006-07-16 01:15:28 +0000 | 
|---|---|---|
| committer | rsc <rsc> | 2006-07-16 01:15:28 +0000 | 
| commit | 65bd8e139a8368e987455a10ec59dd7b079b3af1 (patch) | |
| tree | 8ce996135fadab4abde8acf5a6ed4eb69d463c60 /dot-bochsrc | |
| parent | 40a2a08319511fd157d2d77eefbda52423cc81ec (diff) | |
| download | xv6-labs-65bd8e139a8368e987455a10ec59dd7b079b3af1.tar.gz xv6-labs-65bd8e139a8368e987455a10ec59dd7b079b3af1.tar.bz2 xv6-labs-65bd8e139a8368e987455a10ec59dd7b079b3af1.zip | |
New scheduler.
Removed cli and sti stack in favor of tracking
number of locks held on each CPU and explicit
conditionals in spinlock.c.
Diffstat (limited to 'dot-bochsrc')
| -rwxr-xr-x | dot-bochsrc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dot-bochsrc b/dot-bochsrc index d8afbd6..5490056 100755 --- a/dot-bochsrc +++ b/dot-bochsrc @@ -107,7 +107,7 @@ romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000  #  650Mhz Athlon K-7 with Linux 2.4.4/egcs-2.91.66  2 to  2.5 Mips  #  400Mhz Pentium II with Linux 2.0.36/egcs-1.0.3   1 to  1.8 Mips  #======================================================================= -cpu: count=2, ips=10000000 +cpu: count=2, ips=10000000, reset_on_triple_fault=0  #=======================================================================  # MEGS | 
