summaryrefslogtreecommitdiff
path: root/trapasm.S
AgeCommit message (Expand)AuthorFilesLines
2011-08-08One definition of several macros and constantsFrans Kaashoek1-3/+1
2009-07-11initproc, usegment, swtch tweaksRuss Cox1-8/+0
2009-05-31clean up %fs %gs usersc1-3/+0
2009-05-31sync with c; .text is impliedrsc1-7/+13
2008-09-24always save and restore %fs, %gs to ensure old segment entries are neverkolya1-0/+4
2007-08-28nitsrsc1-3/+1
2007-08-27Replace yield system call with sleep.rsc1-1/+1
2007-08-27formatting, fix commentrsc1-16/+21
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-3/+0
2006-09-06standardize various * conventionsrsc1-2/+2
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-27/+27
2006-08-29prune unneeded panics and debug outputrtm1-2/+0
2006-07-16Attempt to clean up newproc somewhat.rsc1-3/+3
2006-07-16New scheduler.rsc1-3/+9
2006-07-12no more big kernel lockrtm1-4/+0
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-2/+3
2006-06-22bug in trapretrtm1-0/+1
2006-06-22compile "user programs"rtm1-0/+2
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-0/+5
2006-06-15primitive fork and exit system callsrtm1-0/+1
2006-06-13more or less take traps/interruptsrtm1-0/+16
2006-06-12importrtm1-0/+12