mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 14:59:19 +00:00
Add BootAnimation
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user