diff --git a/bitblit.ko b/bitblit.ko new file mode 100644 index 0000000..10f71d3 Binary files /dev/null and b/bitblit.ko differ diff --git a/fbcon.ko b/fbcon.ko new file mode 100644 index 0000000..8fdfb72 Binary files /dev/null and b/fbcon.ko differ diff --git a/font.ko b/font.ko new file mode 100644 index 0000000..5d70bf6 Binary files /dev/null and b/font.ko differ diff --git a/init b/init index 01143bc..19ae91b 100755 --- a/init +++ b/init @@ -1,5 +1,10 @@ #!/bin/sh +insmod font.ko +insmod softcursor.ko +insmod bitblit.ko +insmod fbcon.ko + [ -d /dev ] || mkdir -m 0755 /dev [ -d /root ] || mkdir -m 0700 /root [ -d /sys ] || mkdir /sys diff --git a/softcursor.ko b/softcursor.ko new file mode 100644 index 0000000..70ee1a0 Binary files /dev/null and b/softcursor.ko differ