Implement a proper block layer with partition support.
[pintos-anon] / src / threads / kernel.lds.S
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2006-09-25 Ben PfaffMove assignment to _end_kernel_text inside .rodata.
2006-09-08 Ben PfaffMake kernel code pages read-only.
2005-04-06 Ben PfaffOnly need single 0x90.
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...