some modify

This commit is contained in:
2021-04-09 18:24:56 +09:00
parent d6b01a0ac5
commit 1b4d5fb6a4
30 changed files with 569 additions and 55 deletions
Regular → Executable
+3 -3
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);