mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +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