Skip to content

Commit

Permalink
Insert the framebuffer console driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Radxa committed Oct 29, 2014
1 parent 861052f commit a692da9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file added bitblit.ko
Binary file not shown.
Binary file added fbcon.ko
Binary file not shown.
Binary file added font.ko
Binary file not shown.
5 changes: 5 additions & 0 deletions init
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added softcursor.ko
Binary file not shown.

0 comments on commit a692da9

Please sign in to comment.