summaryrefslogtreecommitdiffstats
path: root/src/core/osloader.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-111-91/+0Star
| | | | and get_memmap() in image/segment.c
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
| | | | | | | | 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 fixupsMarty Connor2006-09-271-0/+1
|
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-161-13/+0Star
| | | | | | | | | 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 formatsMichael Brown2005-05-171-321/+39Star
|
* Re-add the "." progress indicator.Michael Brown2005-04-171-0/+2
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-1/+20
|
* Initial revisionMichael Brown2005-03-081-0/+365