mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
path fix
This commit is contained in:
@@ -156,6 +156,7 @@ void kmain(void) {
|
||||
fat32_mkdir("/Library/images");
|
||||
fat32_mkdir("/Library/images/Wallpapers");
|
||||
fat32_mkdir("/Library/Fonts");
|
||||
fat32_mkdir("/Library/DOOM");
|
||||
|
||||
if (module_request.response == NULL) {
|
||||
serial_write("[DEBUG] ERROR: Limine Module Response is NULL!\n");
|
||||
|
||||
BIN
src/kernel/userland/doom/doom1.wad
Normal file
BIN
src/kernel/userland/doom/doom1.wad
Normal file
Binary file not shown.
@@ -121,7 +121,7 @@ int DG_GetKey(int* pressed, unsigned char* key) {
|
||||
int main(int argc, char** argv) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
char* fake_argv[] = {"doom", "-iwad", "A:/doom1.wad"};
|
||||
char* fake_argv[] = {"doom", "-iwad", "A:/Library/DOOM/doom1.wad"};
|
||||
doomgeneric_Create(3, fake_argv);
|
||||
|
||||
while (1) {
|
||||
|
||||
Reference in New Issue
Block a user