continue working on implementing lib9660 into the kernel

This commit is contained in:
2025-08-16 19:41:48 +03:00
parent 287ac77422
commit ce6e9642ee
10 changed files with 151 additions and 53 deletions
-1
View File
@@ -11,7 +11,6 @@ typedef struct {
} disk_info;
void get_disk_info(disk_info *info);
int ide_check_disk_present();
bool ata_read(uint8_t *buffer, uint32_t lba);
bool ata_write(const uint8_t *buffer, uint32_t lba);