kmain - fix a missing include
This commit is contained in:
parent
6a77b066e8
commit
0772a48c29
1 changed files with 2 additions and 8 deletions
|
@ -24,7 +24,6 @@
|
|||
#include <sys/log.h>
|
||||
#include <sys/printf.h>
|
||||
#include <fs/vfs.h>
|
||||
#include <fs/hellofs.h>
|
||||
|
||||
__attribute__((
|
||||
used, section(".limine_requests"))) static volatile LIMINE_BASE_REVISION(3);
|
||||
|
@ -91,12 +90,7 @@ void kmain(void) {
|
|||
pit_init(1000);
|
||||
sched_init();
|
||||
|
||||
vfs_init();
|
||||
if (hellofs_init() < 0) {
|
||||
log("kernel - Failed to initialize HelloFS\n");
|
||||
} else {
|
||||
log("kernel - HelloFS initialized successfully\n");
|
||||
}
|
||||
//vfs_init();
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue