No description
Find a file
rsc 65bd8e139a New scheduler.
Removed cli and sti stack in favor of tracking
number of locks held on each CPU and explicit
conditionals in spinlock.c.
2006-07-16 01:15:28 +00:00
.cvsignore Changes to allow use of native x86 ELF compilers, which on my 2006-07-11 01:07:40 +00:00
asm.h
bootasm.S
bootmain.c
bootother.S
console.c New scheduler. 2006-07-16 01:15:28 +00:00
defs.h New scheduler. 2006-07-16 01:15:28 +00:00
dot-bochsrc New scheduler. 2006-07-16 01:15:28 +00:00
elf.h
fd.c no more big kernel lock 2006-07-12 01:48:35 +00:00
fd.h
ide.c no more recursive locks 2006-07-15 12:03:57 +00:00
kalloc.c i think my cmpxchg use was wrong in acquire 2006-07-12 11:15:38 +00:00
lapic.c and the file 2006-07-12 17:19:24 +00:00
main.c New scheduler. 2006-07-16 01:15:28 +00:00
Makefile extract lapic code from mp.c 2006-07-12 17:00:54 +00:00
memlayout.h
mmu.h
mp.c extract lapic code from mp.c 2006-07-12 17:00:54 +00:00
mp.h
Notes no more recursive locks 2006-07-15 12:03:57 +00:00
param.h
picirq.c Undo change from this morning that wasn't intended to get in. 2006-07-16 01:12:57 +00:00
pipe.c no more recursive locks 2006-07-15 12:03:57 +00:00
proc.c New scheduler. 2006-07-16 01:15:28 +00:00
proc.h New scheduler. 2006-07-16 01:15:28 +00:00
sign.pl
spinlock.c New scheduler. 2006-07-16 01:15:28 +00:00
spinlock.h no more recursive locks 2006-07-15 12:03:57 +00:00
string.c
swtch.S Changes to allow use of native x86 ELF compilers, which on my 2006-07-11 01:07:40 +00:00
syscall.c New scheduler. 2006-07-16 01:15:28 +00:00
syscall.h no more recursive locks 2006-07-15 12:03:57 +00:00
trap.c New scheduler. 2006-07-16 01:15:28 +00:00
trapasm.S New scheduler. 2006-07-16 01:15:28 +00:00
traps.h
types.h
ulib.c Changes to allow use of native x86 ELF compilers, which on my 2006-07-11 01:07:40 +00:00
user1.c
userfs.c Changes to allow use of native x86 ELF compilers, which on my 2006-07-11 01:07:40 +00:00
usertests.c no more recursive locks 2006-07-15 12:03:57 +00:00
usys.S no more recursive locks 2006-07-15 12:03:57 +00:00
vectors.pl
x86.h New scheduler. 2006-07-16 01:15:28 +00:00