summaryrefslogtreecommitdiff
path: root/mmu.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-30assorted fixes:Russ Cox1-8/+8
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
2009-07-11mmu.h: unused SEG_NULLRuss Cox1-3/+0
2007-09-27don't call it ss - that's the stack segmentrsc1-2/+2
2007-08-14formattingrsc1-0/+2
2007-08-08spacingrsc1-17/+17
2007-08-08add DPL_USER constantrsc1-0/+2
2006-09-07better commentrsc1-1/+1
2006-09-06wrap long linesrsc1-20/+21
2006-09-06no /* */ commentsrsc1-3/+1
2006-09-06standardize various * conventionsrsc1-6/+6
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-118/+118
2006-09-03centralize creditskaashoek1-1/+0
2006-08-29prune unneeded panics and debug outputrtm1-66/+7
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-0/+1
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
2006-07-21breadrtm1-1/+1
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1
2006-07-20uint32_t -> uint &crtm1-41/+41
2006-07-17standarize on unix-like lowercase struct namesrsc1-7/+7
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-26/+26
2006-07-16Eliminate annoying Pseudodesc structure.rsc1-97/+3
Eliminate unnecessary parts of mmu.h.
2006-07-16standardize on not using foo_ prefix in struct foorsc1-82/+82
2006-06-12importrtm1-0/+308