If the kernel image gets too big, "cmp ebx, KERNEL_LOAD_PAGES*8 + 1"
[pintos-anon] / src / threads / kernel.lds.S
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-02 Ben PfaffMake linking of start.S less brittle.
2004-09-02 Ben PfaffAdd comments.
2004-08-31 Ben PfaffUse Linux kernel trick of giving an .lds file a .S...