Cerbios/Cerbios Bios/Pheonix Bios Loader/boot.cfg
2025-07-11 21:30:41 +02:00

26 lines
815 B
INI

# PBL Metoo Edition configuration file
# This is the bios image file loaded at boot. It is loaded from the same
# directory default.xbe is in.
Romfile Cerbios.bin
# Change the led color sequence when the loader boots. Define it if you
# like flashing lights and glimmering objects. r=red, o=orange, g=green, x=off.
#LEDSequence rrrr
# Define to write debug messages to pbldebug.log. May be useful in finding out
# what's wrong, when it doesn't work. Default log file name is pbldebug.log.
#Debug true
#DebugLog pbldebug.log
# What to do with the screen during bios loading:
# keep = keep the current screen (default)
# blank = blank screen
# off = turn video output off completely
# nothing = don't do anything to the video output (results in
# garbage output during bios loading)
#Screen blank