protected override void Setup() { HasVideo = CompilerOptions.GetCustomOptionAsBoolean("multiboot.video", false); Width = CompilerOptions.GetCustomOptionAsInteger("multiboot.width", 0); Height = CompilerOptions.GetCustomOptionAsInteger("multiboot.height", 0); Depth = CompilerOptions.GetCustomOptionAsInteger("multiboot.depth", 0); }