1
0
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:
Ross Wilson
2015-11-03 19:53:29 +07:00
parent 388d582c00
commit 0d3e318837
2 changed files with 84 additions and 0 deletions

11
vimlac/bootstrap.h Executable file
View File

@@ -0,0 +1,11 @@
/*
* Interface for the bootstrap code.
*/
#ifndef BOOTSTRAP_H
#define BOOTSTRAP_H
extern WORD PtrROMImage[];
extern WORD TtyROMImage[];
#endif