WIP - ATA filesystem connections

This commit is contained in:
2017-03-16 09:05:39 +01:00
parent 8671007f19
commit abc1a05379
4 changed files with 108 additions and 1 deletions

View File

@@ -60,3 +60,5 @@ file_t *fs_namef(const char *path);
file_t debug_file;
int pipe(file_t **reader, file_t **writer);
void ata_fs_init();