refactor: move filesystem discovery code into separate module
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Boot.hpp
|
||||
* Boot-time filesystem initialization
|
||||
* Copyright (c) 2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <limine.h>
|
||||
|
||||
namespace Fs {
|
||||
|
||||
void InitializeBootFilesystems(const volatile limine_module_response* moduleResponse);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user