Remove osloader.c and replace with a prep_segment() that uses userptr_t

and get_memmap() in image/segment.c
This commit is contained in:
Michael Brown
2007-01-11 14:32:26 +00:00
parent ceca6b185c
commit 3634e705b7
5 changed files with 87 additions and 98 deletions

View File

@@ -2,7 +2,6 @@
#include "memsizes.h"
#include "realmode.h"
#include "gateA20.h"
#include "osloader.h"
#include "etherboot.h"
#include "errno.h"