Implement a proper block layer with partition support.
[pintos-anon] / src / threads / loader.S
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2006-06-14 Ben PfaffAdd some comments.
2006-04-08 Ben PfaffStyle.
2006-04-08 Ben PfaffFix for Bochs 2.2.6.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-01-19 Ben PfaffIf the kernel image gets too big, "cmp ebx, KERNEL_LOAD...
2005-01-18 Ben PfaffNeed to turn off interrupts again after calling into...
2005-01-04 Ben PfaffChange to deal with crappy GAS bug.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2004-09-26 Ben PfaffMap first 64 MB of memory, not just 4 MB.
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-13 Ben PfaffFor some reason i386-elf-as doesn't like 512/4, so...
2004-09-11 Ben PfaffDeclare start symbol for linker's use.
2004-09-11 Ben PfaffComments.
2004-09-11 Ben PfaffRewrite loader, improving comments greatly.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffAdd license info.
2004-09-02 Ben PfaffRedo and improve thread scheduling startup.
2004-09-02 Ben PfaffMove user exception support into userprog.
2004-09-01 Ben PfaffSet CR0_WP in CR0.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-09-01 Ben PfaffRemove lots of unused #define's from mmu.h.
2004-09-01 Ben PfaffImprove comments.
2004-08-31 Ben PfaffSmall loader cleanups.
2004-08-31 Ben PfaffMake loader use constants.
2004-08-28 Ben PfaffWork on loader to prepare for passing in a command...
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-17 Ben PfaffWait for DRQ in status register to transition low befor...
2004-08-16 Ben PfaffInitial revision