feat: setup structure for block devices
added ide block device added mbr block device driver started fat block device driver reordered boot start timer before pci/ide/etc. enable interrupts earlier fixed exception from ide controller cleanup code more printfs
This commit is contained in:
8
kernel/fs/fat.h
Normal file
8
kernel/fs/fat.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by rick on 07-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_FAT_H
|
||||
#define NEW_KERNEL_FAT_H
|
||||
|
||||
#endif //NEW_KERNEL_FAT_H
|
||||
Reference in New Issue
Block a user