feat: moved file system code around
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include <myke/cpu/timer.h>
|
||||
#include <myke/drivers/pci/ide.h>
|
||||
#include <myke/drivers/pci/pci.h>
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/fs/mbr.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
#include <myke/vfs/part/mbr.h>
|
||||
#include <myke/libk/libk.h>
|
||||
#include <myke/mem/malloc.h>
|
||||
#include <myke/mem/mem.h>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <myke/drivers/pci/ide.h>
|
||||
#include <myke/drivers/pci/pci.h>
|
||||
#include <myke/drivers/ports.h>
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
#include <myke/libk/kprint.h>
|
||||
#include <myke/libk/libk.h>
|
||||
#include <myke/tasks/locking.h>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <myke/drivers/pci/pci.h>
|
||||
#include <myke/drivers/serial.h>
|
||||
#include <myke/drivers/vgascreen.h>
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
#include <myke/libk/kprint.h>
|
||||
#include <myke/libk/libk.h>
|
||||
#include <myke/libk/syscall.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
#include <myke/libk/libk.h>
|
||||
#include <myke/tasks/locking.h>
|
||||
#include <myke/tasks/task.h>
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
|
||||
#define FAT_TYPE_12 1
|
||||
#define FAT_TYPE_16 2
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
|
||||
typedef struct {
|
||||
char filename[100];
|
||||
@@ -9,8 +9,8 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <myke/drivers/pci/ide.h>
|
||||
#include <myke/fs/blockdev.h>
|
||||
#include <myke/fs/mbr.h>
|
||||
#include <myke/vfs/blockdev.h>
|
||||
#include <myke/vfs/part/mbr.h>
|
||||
|
||||
typedef struct {
|
||||
uint8_t bootable;
|
||||
Reference in New Issue
Block a user