Nanite/src/kernel/util/param.c
2026-03-07 16:45:29 -05:00

14 lines
380 B
C

/*----------------*\
|Nanite OS |
|Copyright (C) 2026|
|Xircon |
\*----------------*/
#include "param.h"
#include <stdio.h>
int paramloader(char filename) {
printf("Sorry! This is not currently implemented, Need to Make disk calls and kinda uhm... forgot? i didn't before soooooo YEP!");
printf("And heres yer filename: %s", filename);
return 0;
}