Improved driver loading/unloading

This commit is contained in:
Alex
2022-12-18 14:31:02 +02:00
parent 02f592ede9
commit e4ec9d87b8
7 changed files with 70 additions and 53 deletions

View File

@ -91,7 +91,7 @@ char *DriverPCIGetDeviceName(unsigned int VendorID, unsigned int DeviceID)
return (char *)"Unknown";
}
KernelAPI KAPI = {
KernelAPI KernelAPITemplate = {
.Version = {
.Major = 0,
.Minor = 0,