| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -91/+0![]() |
| | | | | | and get_memmap() in image/segment.c | ||||
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 1 | -1/+0![]() |
| | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | ||||
| * | include stdio.h to suppress printf warning, general warnings fixups | Marty Connor | 2006-09-27 | 1 | -0/+1 |
| | | |||||
| * | Tear out old heap code, replace with code that simply allocates memory | Michael Brown | 2006-05-16 | 1 | -13/+0![]() |
| | | | | | | | | | | for use by malloc(). This breaks the image-loading code (which previously used the heap to allocate the buffer for downloading the image), but that's not a major concern since I'm going to tear out all the image formats within the next couple of days anyway. Byebye, NBI! :) | ||||
| * | Restructured to allow per-object image formats | Michael Brown | 2005-05-17 | 1 | -321/+39![]() |
| | | |||||
| * | Re-add the "." progress indicator. | Michael Brown | 2005-04-17 | 1 | -0/+2 |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -1/+20 |
| | | |||||
| * | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+365 |

