reading path tables now, need to make kheap sooner or later

This commit is contained in:
2026-06-24 16:47:22 -05:00
parent 68dbdbb2c8
commit bf0d1caa89
9 changed files with 150 additions and 48 deletions

View File

@@ -115,7 +115,7 @@ typedef struct __attribute__((packed)) {
} ide_device_t;
void scan_drives();
ide_device_t* get_device(uint8_t slot);
ide_device_t* get_ide_device(uint8_t slot);
int ide_read_blks(ide_device_t* dev, uint32_t lba, uint32_t sectors, void* buf);
#endif