Add BootAnimation

This commit is contained in:
Alex
2023-03-25 12:02:59 +02:00
parent 9718defcaa
commit eeeba9a569
2 changed files with 59 additions and 220 deletions

View File

@ -15,8 +15,9 @@ struct KernelConfig
int IOAPICInterruptCore;
bool UnlockDeadLock;
bool SIMD;
bool BootAnimation;
};
KernelConfig ParseConfig(char *Config);
void ParseConfig(char *ConfigString, KernelConfig *ModConfig);
#endif // !__FENNIX_KERNEL_KERNEL_CONFIG_H__