summaryrefslogtreecommitdiff
path: root/bootmain.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Remove trailing white space with:Frans Kaashoek1-1/+1
2015-04-03Disentangle block size from the disk's sector size. Set block size to 1024 t...Frans Kaashoek1-1/+1
2011-09-04Make the ELF entry point a physical addressAustin Clements1-1/+1
2011-08-31move the kernel to 0x80000000Robert Morris1-1/+1
2011-08-17bootloader reads into a physical address (not a virtual address)Frans Kaashoek1-7/+7
2011-08-17Make elf proghdr fields match what objdump printsFrans Kaashoek1-2/+2
2011-07-29Map kernel highFrans Kaashoek1-5/+6
2011-01-11make new code like old codeRuss Cox1-1/+1
2010-09-15Simplify boot loader by removing some JOS'ismsAustin Clements1-2/+2
2009-03-08xv6: boot loader adjustmentsrsc1-15/+14
2007-09-15fix commentsrtm1-7/+5
2007-08-28fix offsetsrsc1-2/+2
2007-08-28more cmain -> bootmainrsc1-1/+1
2007-08-28cmain -> bootmainrsc1-1/+1
2007-08-27cut bootmain to 1 sheetrsc1-28/+8
2007-08-24nitsrsc1-27/+24
2007-08-24add missing iput() at end of _namei()rtm1-1/+1
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-27/+28
2006-09-06wrap long linesrsc1-4/+6
2006-09-06for vs whilersc1-1/+1
2006-09-06no /* */ commentsrsc1-30/+27
2006-09-06standardize various * conventionsrsc1-12/+12
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-56/+56
2006-07-20uint32_t -> uint &crtm1-8/+8
2006-07-17standarize on unix-like lowercase struct namesrsc1-3/+3
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-1/+1
2006-07-16standardize on not using foo_ prefix in struct foorsc1-5/+5
2006-07-16standardize on #include "foo" not <foo>rsc1-3/+3
2006-06-12importrtm1-0/+121