Hello, world! in linear framebuffer

This commit is contained in:
2025-12-21 14:56:19 +01:00
parent 634cf699dc
commit b41b6e2369
7 changed files with 149 additions and 7 deletions

9
src/kernel.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef KERNEL_H
#define KERNEL_H
enum ErrorCodes
{
ENOMEM
};
#endif