We can now open and read files on the harddisk through a messy virtual filesystem
The uri has to contain 8.3 filenames for now as I have not yet figured out how to convert from that to regular filenaming for the name comparison. reading files is still limited to 1 sector
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "../../../terminal/kterm.h"
|
||||
#include "../../../memory/KernelHeap.h"
|
||||
#include "../../../../CoreLib/Memory.h"
|
||||
|
||||
// Date Format
|
||||
// [0..4] Day
|
||||
|
Reference in New Issue
Block a user