![]() |
MOS Source Code
|
#include <mos/types.hpp>
Go to the source code of this file.
Classes | |
struct | cmdline_option_t |
Functions | |
void | mos_cmdline_init (const char *bootloader_cmdline) |
cmdline_option_t * | cmdline_get_option (const char *option_name) |
bool | cmdline_string_truthiness (const char *arg, bool default_value) |
void mos_cmdline_init | ( | const char * | bootloader_cmdline | ) |
Definition at line 33 of file cmdline.cpp.
Referenced by limine_entry().
cmdline_option_t * cmdline_get_option | ( | const char * | option_name | ) |
Definition at line 21 of file cmdline.cpp.
Referenced by do_invoke_setup().
Definition at line 83 of file cmdline.cpp.
Referenced by MOS_EARLY_SETUP(), MOS_EARLY_SETUP(), and mos_tests_setup_halt_on_success().