Interface BootOptions

Options for booting the kernel

interface BootOptions {
    figletColor?: string;
    figletFont?: string;
    figletFontRandom?: boolean;
    silent?: boolean;
}

Properties

figletColor?: string
figletFont?: string
figletFontRandom?: boolean
silent?: boolean
MMNEPVFCICPMFPCPTTAAATR