This commit is contained in:
2025-05-28 14:41:02 -05:00
commit 6d366537dd
73 changed files with 4448 additions and 0 deletions

7
include/kernel/boot.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef _KERNEL_BOOT_H
#define _KERNEL_BOOT_H
uint8_t parse_boot_data(const char* data);
#endif