wip: dtb:

This commit is contained in:
karina
2026-04-25 14:21:32 +04:00
parent 8ede78359d
commit 7d68e78cb2
4 changed files with 70 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ typedef unsigned long long UInt;
typedef void* Pointer;
typedef UInt Address;
typedef UInt32 Address32;
typedef UInt8* BytePointer;
typedef UInt8* MemoryPointer;
@@ -30,3 +31,4 @@ typedef UInt64 Size;
typedef char ASCII;
typedef _Bool Boolean;
#define loop while (1)