syscall test

This commit is contained in:
2025-11-26 08:24:31 +01:00
parent 3808f494af
commit da3f961edb
6 changed files with 51 additions and 28 deletions

View File

@@ -7,6 +7,7 @@ namespace Syscall {
*/
enum class ID : size_t {
TEST = 0,
WRITE = 1,
};
} // namespace Syscall