working on exposing vga to userspace
This commit is contained in:
@@ -48,6 +48,9 @@ static uint32_t cpio_read(struct vfs_node* node, uint32_t offset, uint32_t size,
|
||||
}
|
||||
|
||||
static vfs_node_t* cpio_find_or_create(vfs_node_t* root_node, const char* path) {
|
||||
if (strcmp(path, "fonts") == 0) {
|
||||
kprintf("found fonts folder\n");
|
||||
}
|
||||
vfs_node_t* current = root_node;
|
||||
|
||||
char path_cpy[256];
|
||||
|
||||
Reference in New Issue
Block a user