base: Print message when loading drivers on startup

This commit is contained in:
K. Lange 2021-10-18 20:30:14 +09:00
parent 2adb603e7a
commit 6ed0e72278
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
echo -n "Installing device driver modules..." > /dev/pex/splash
# Only load this in virtualbox for now, as we're not
# even sure we're doing the remapping correctly...
if lspci -q 80EE:CAFE,8086:7000 then insmod /mod/piix4.ko