Provide a module section to enforce a particular load order, as done on

other a.out platforms.
This commit is contained in:
miod 2008-09-12 11:18:28 +00:00
parent 906a6abbad
commit 42eb11ac8e

View File

@ -13,6 +13,15 @@ Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "freetype"
Load "extmod"
Load "fb"
Load "xf1bpp"
Load "xf4bpp"
Load "shadow"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"