feat: moved file system code around

This commit is contained in:
2021-08-12 21:44:10 +02:00
parent c172a5cb8a
commit f047e692c9
9 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
//
// Created by rick on 06-02-21.
//
#ifndef NEW_KERNEL_MBR_H
#define NEW_KERNEL_MBR_H
#include <sys/types.h>
void mbr_read_from_ide(uint8_t ide_drive);
#endif //NEW_KERNEL_MBR_H