Load TAR archive + run raw user program

This commit is contained in:
2026-05-04 20:24:18 +02:00
parent e399ec6a46
commit ccb6ca89f1
10 changed files with 157 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
* @author xamidev <xamidev@riseup.net>
* @brief PS/2 Keyboard driver
* @license GPL-3.0-only
*/
#ifndef INITFS_H
#define INITFS_H
#include <limine.h>
int initfs_init(struct limine_file* tar_file);
#endif