mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
WIP: ATA
This commit is contained in:
parent
59f3f24d0a
commit
ac43dcd8f7
@ -36,6 +36,10 @@
|
||||
void IoReadATA(void *sectorBuffer, char n, char first);
|
||||
void IoDumpSector(void);
|
||||
|
||||
//----------------------------------------------------------------------------//
|
||||
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------//
|
||||
|
||||
#endif
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <io/ata.h>
|
||||
#include <io/vga.h>
|
||||
#include <io/pci.h>
|
||||
|
||||
void IoDumpFirstSector(void)
|
||||
{
|
||||
@ -41,3 +42,8 @@ void IoDumpFirstSector(void)
|
||||
|
||||
KernLog("\n\n");
|
||||
}
|
||||
|
||||
void IoDetectATA(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user