WIP: modules

This commit is contained in:
karina
2026-05-03 15:49:40 +04:00
parent 2c7396353c
commit 08248e3f3c
13 changed files with 539 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <Types.h>
#include "../Common/bootinfo.h"
void ModuleLoad(BootModule* module);