mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Put bootstrap code into own file
This commit is contained in:
11
vimlac/bootstrap.h
Executable file
11
vimlac/bootstrap.h
Executable file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Interface for the bootstrap code.
|
||||
*/
|
||||
|
||||
#ifndef BOOTSTRAP_H
|
||||
#define BOOTSTRAP_H
|
||||
|
||||
extern WORD PtrROMImage[];
|
||||
extern WORD TtyROMImage[];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user