change some comments, maybe more informative

delete most comments from bootother.S (since copy of bootasm.S)
ksegment() -> seginit()
move more stuff from main() to mainc()
This commit is contained in:
Robert Morris 2010-09-13 15:34:44 -04:00
parent 124fe7e457
commit faad047ab2
8 changed files with 70 additions and 66 deletions

2
vm.c
View file

@ -13,7 +13,7 @@ static pde_t *kpgdir; // for use in scheduler()
// Set up CPU's kernel segment descriptors.
// Run once at boot time on each CPU.
void
ksegment(void)
seginit(void)
{
struct cpu *c;