diff options
author | rsc <rsc> | 2007-08-28 13:01:10 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-28 13:01:10 +0000 |
commit | c35c064e0498db832a9440c5d031d5aaefd1f515 (patch) | |
tree | 5ebf919cd7c67a077f499c0bfdcfc69c98ed7c46 /bootmain.c | |
parent | fc210467548dabbbf196227ec279b3c3301c9951 (diff) | |
download | xv6-labs-c35c064e0498db832a9440c5d031d5aaefd1f515.tar.gz xv6-labs-c35c064e0498db832a9440c5d031d5aaefd1f515.tar.bz2 xv6-labs-c35c064e0498db832a9440c5d031d5aaefd1f515.zip |
cmain -> bootmain
Diffstat (limited to 'bootmain.c')
-rw-r--r-- | bootmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ void readseg(uint, uint, uint); void -cmain(void) +bootmain(void) { struct elfhdr *elf; struct proghdr *ph, *eph; |