X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fmboot.h;h=ad9365599f06cc9ca7b694824d3e43efcf3fec6f;hb=HEAD;hp=764120f6cc8dbeab16cbeca9049152d660502e91;hpb=8bc40333b1401d7616b225945fee53d972c2f418;p=tpg%2Facess2.git diff --git a/Kernel/include/mboot.h b/Kernel/include/mboot.h deleted file mode 100644 index 764120f6..00000000 --- a/Kernel/include/mboot.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * AcessOS Microkernel Version - * mboot.h - */ -#ifndef _MBOOT_H -#define _MBOOT_H - -// === TYPES === -typedef struct { - Uint32 Flags; - Uint32 LowMem; - Uint32 HighMem; - Uint32 BootDevice; - Uint32 CommandLine; - Uint32 ModuleCount; - Uint32 Modules; -} tMBoot_Info; - -typedef struct { - Uint32 Start; - Uint32 End; - char *String; - Uint32 Resvd; -} tMBoot_Module; - -#endif