#pragma once #include /** * Parse the kernel command line */ void CmdlineParse(const c8* CommandLine); /** * Get a value from the kernel command line * * \warn DO NOT FREE THE VALUE RETURNED */ const c8* CmdlineGet(const c8* Param);