Nicer way to generate kernel.lds.s.
[pintos-anon] / src / Makefile.inc
2004-09-05 Ben PfaffNicer way to generate kernel.lds.s.
2004-09-05 Ben PfaffSystem call interface.
2004-09-03 Ben PfaffAdd hash.c to lib sources (!).
2004-09-02 Ben PfaffChange --gstabs+ to --gstabs in ASFLAGS to support...
2004-09-02 Ben PfaffMake linking of start.S less brittle.
2004-09-02 Ben PfaffMove user exception support into userprog.
2004-09-01 Ben PfaffBreak TSS out of GDT.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-08-31 Ben PfaffAdd fsutil.c.
2004-08-31 Ben PfaffUse Linux kernel trick of giving an .lds file a .S...
2004-08-31 Ben PfaffAdd some missing dependencies.
2004-08-31 Ben PfaffGet rid of backdoor.
2004-08-31 Ben PfaffProduce kernel.lds from kernel.lds.in.
2004-08-30 Ben PfaffAdd new filesys files.
2004-08-29 Ben PfaffMove "include" command to end, so that the first target...
2004-08-29 Ben PfaffBasic disk detection stuff.
2004-08-28 Ben PfaffWork on loader to prepare for passing in a command...
2004-08-26 Ben PfaffStart work on program loading.
2004-08-18 Ben PfaffWorking backdoor filesystem implementation.
2004-08-17 Ben PfaffClean more files.
2004-08-17 Ben PfaffPad out kernel image to multiple of 4 kB to make Bochs...
2004-08-17 Ben PfaffInitial filesystem stub code.
2004-08-16 Ben PfaffInitial revision