basic types and memory operations

This commit is contained in:
2025-05-29 22:20:47 +03:00
parent a05038d700
commit 9d161d1cb5
5 changed files with 129 additions and 14 deletions

6
kernel.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
struct sbiret {
long error;
long value;
};