First version

This commit is contained in:
Michael Brown
2005-05-17 13:41:00 +00:00
parent 510de6cb8c
commit 9c832a6a69
2 changed files with 13 additions and 0 deletions

6
src/include/osloader.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef OSLOADER_H
#define OSLOADER_H
extern int prep_segment ( physaddr_t start, physaddr_t mid, physaddr_t end );
#endif /* OSLOADER_H */