##SLKOS LABEL OS MENU LABEL Boot OS: Slackware Linux LINUX /Image-armv8 INITRD /initrd-armv8 FDTDIR /dtb/ # This is an example for supplying other Kernel command line operators: #APPEND earlyprintk kgdboc=kms,ttyS2,1500000 console=ttyS2,1500000 slkpbs awaitdev=sda1,sdf2 # # If you exclusively use the Linux Virtual Consoles (typically with an HDMI monitor or # LCD panel), you may wish to direct all OS and Kernel output to it. # You can set console=ttyX (for RK3399 it's tty1). # However, this precludes the use of the UART ('Serial Console'). # If you want to be able to have console access on both the UART and Linux Virtual # Console, omit the console= command line operator. # # RockPro64: Virtual console resolution - add this to the APPEND line below: # video=HDMI-A-1:1024x768@60 # Look inside /usr/src/linux-*/tools/edid/ for the supported resolutions. # # Raspberry Pi: # If you have an issue booting on the Raspberry Pi, you can add 'irqpoll' (without quotes) # to the APPEND line below. # # If your Hardware Model has any issues with the storage device interfaces (within /dev/) # taking too long to come online, you can append try using the 'awaitrootdev' Kernel # command line operator, or 'awaitdev='. # #APPEND rootfstype=%ROOTFSTYPE% root=%ROOTDEV% awaitrootdev %CMDLINE% APPEND earlyprintk rootfstype=%ROOTFSTYPE% root=%ROOTDEV% %CMDLINE% ##SLKOS