Default to basic ATAPI reads in bootloader

This commit is contained in:
K. Lange 2018-03-15 11:44:05 +09:00 committed by Kevin Lange
parent f3342d1b2f
commit 57a705019c

View File

@ -156,7 +156,7 @@ static int ata_device_detect(struct ata_device * dev) {
return 0;
}
static int _read_12 = 1;
static int _read_12 = 0;
static void ata_device_read_sector_atapi(struct ata_device * dev, uint32_t lba, uint8_t * buf) {