Fix asm constraints to avoid SI, DI for byte and word access.
[pintos-anon] / src / userprog / gdt.c
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben PfaffAdd comments.
2004-09-02 Ben PfaffMove user exception support into userprog.