mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
First version
This commit is contained in:
parent
510de6cb8c
commit
9c832a6a69
7
src/arch/i386/include/gateA20.h
Normal file
7
src/arch/i386/include/gateA20.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef GATEA20_H
|
||||
#define GATEA20_H
|
||||
|
||||
extern void gateA20_set ( void );
|
||||
extern void gateA20_unset ( void );
|
||||
|
||||
#endif /* GATEA20_H */
|
6
src/include/osloader.h
Normal file
6
src/include/osloader.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user