]> hydra-www.ietfng.org Git - xv6-public/commit
Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S etc.
authorFrans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>
Mon, 15 Aug 2011 16:02:59 +0000 (12:02 -0400)
committerFrans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>
Mon, 15 Aug 2011 16:02:59 +0000 (12:02 -0400)
commitc60a3551c2dba29006f5d7917308281e47fa5fef
tree3fad525469c88a1521220ff8d0468dddbdb47af5
parentc95ce31c5978bd43e1f0d34e51a4e3d7bcc41b14
Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S etc.
Maybe the string boot shouldn't appear in xv6 code?
Makefile
entry.S [moved from multiboot.S with 100% similarity]
entryother.S [moved from bootother.S with 97% similarity]
main.c