feat: refactor to use gcc types

This commit is contained in:
2021-02-12 22:16:03 +01:00
parent 555c1177a6
commit 8f615b259c
33 changed files with 419 additions and 361 deletions

View File

@@ -9,6 +9,6 @@
void mbr_register_block_driver();
void mbr_read_from_ide(u8 ide_drive);
void mbr_read_from_ide(uint8_t ide_drive);
#endif //NEW_KERNEL_MBR_H