syscalls needed for doom (tell/eof/draw_fb) + minor fixes, compiler shut up etc

This commit is contained in:
2026-05-10 21:25:41 +02:00
parent 22f20d47ad
commit 18ab2c7628
12 changed files with 507 additions and 169 deletions
+6
View File
@@ -15,4 +15,10 @@ int tar_exists(const char* filename);
int tar_read(char* filename, char* out, int count, int offset);
void tar_list();
enum Seek {
SEEK_SET,
SEEK_CUR,
SEEK_END
};
#endif
+1
View File
@@ -9,6 +9,7 @@
#include "limine.h"
// Not in POSIX order.
enum ErrorCodes {
ENOMEM, // No memory
EIO, // Input/output error