# Command Line Parsing

# 1. Early Options vs Normal Options

Options that are tagged with MOS_EARLY_SETUP are parsed before the kernel is loaded, more specifically, is parsed as soon as the kernel takes control of the system.

# 2. List of Options

The list of options can be extracted from the source code using the following command:

grep --exclude-dir build/ -Er '^MOS(_EARLY)?_SETUP' .