summaryrefslogtreecommitdiff
path: root/entry.S
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-05start at support for multiple CPUsRobert Morris
2019-05-31fork/wait/exit workRobert Morris
2018-10-04Oops, didn't commit these changes with last commitFrans Kaashoek
2018-10-03Switch back bpmain back to mainFrans Kaashoek
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2016-08-10even more explicit that entry.S is linked into kernel, unlike bootasm.S.Robert Morris
2011-09-13more regular kmap[] and descriptionRobert Morris
2011-09-04Make the ELF entry point a physical addressAustin Clements
2011-09-01Have one definition of kernel stack sizeFrans Kaashoek
2011-09-01fix usertests to correctly test what happens when you callRobert Morris
2011-08-31simplify the end of entry.SRobert Morris
2011-08-30enterpgdir -> entrypgdirRobert Morris
2011-08-15Avoid "boot" in xv6Frans Kaashoek
2011-08-15Use 4Mbyte pages during bootFrans Kaashoek
2011-08-15Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ...Frans Kaashoek