summaryrefslogtreecommitdiff
path: root/entry.S
AgeCommit message (Collapse)AuthorFilesLines
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
etc. Maybe the string boot shouldn't appear in xv6 code?