フレームバッファ 割り込みの実装

This commit is contained in:
2020-08-29 17:13:36 +09:00
parent 266f9bf4af
commit 6159cb9d27
18 changed files with 1003 additions and 0 deletions

6
text.h Normal file
View File

@@ -0,0 +1,6 @@
#include <Protocol/SimpleFileSystem.h>
#include <Uefi.h>
#include <Uefi/UefiSpec.h>
// extern char keycode[];
void textout(UINT8 code);