some modify

This commit is contained in:
2021-04-09 18:13:55 +09:00
parent d6b01a0ac5
commit 1b4d5fb6a4
30 changed files with 569 additions and 55 deletions

6
text.h Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#include <Protocol/SimpleFileSystem.h>
#include <Uefi.h>
#include <Uefi/UefiSpec.h>
// extern char keycode[];
void textout(UINT8 code);
void textout(UINT8 code);
void print(char *string);
void printhex(UINT64 num, UINT8 digit);