Feat: kernel thread done

This commit is contained in:
2025-04-27 11:04:28 +08:00
parent 02b2a87fed
commit 981cae803b
14 changed files with 303 additions and 122 deletions

View File

@@ -1,7 +1,9 @@
#pragma once
#define bool _Bool
#define true 0x1
#define false 0x0
#define __bool_true_false_are_defined 0x1
#define ENDL "\r\n"