Update API

This commit is contained in:
Alex 2022-11-05 08:03:34 +02:00
parent 14ccd20d9b
commit 7ddc0a63a4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 7 additions and 2 deletions

View File

@ -129,6 +129,11 @@ struct KernelCallback
int BytesPerSector; int BytesPerSector;
} Fetch; } Fetch;
} DiskCallback; } DiskCallback;
struct
{
unsigned char Vector;
} InterruptInfo;
} __attribute__((packed)); } __attribute__((packed));
#endif // !__FENNIX_DRIVER_API_H__ #endif // !__FENNIX_DRIVER_API_H__

View File

@ -69,12 +69,12 @@ struct FexExtended
int Type; int Type;
struct struct
{ {
unsigned char Vector; unsigned char Vector[16];
} Interrupt; } Interrupt;
struct struct
{ {
unsigned int ProcessId; unsigned int ProcessId[16];
} Process; } Process;
struct struct