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