Install the drivers into /boot/drivers instead of /boot/addons and
which allows better seperation and stops the module code trying to load device drivers. This should speed up the boot a little and reduce the debug messages that Marcus loves so much :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@430 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
67843ba9b0
commit
786e627791
@ -11,7 +11,7 @@ KernelLd
|
||||
-Bdynamic -shared
|
||||
:
|
||||
:
|
||||
addons/drivers/dev/zero
|
||||
drivers/dev/zero
|
||||
;
|
||||
|
||||
KernelLd
|
||||
@ -25,7 +25,7 @@ KernelLd
|
||||
-Bdynamic -shared
|
||||
:
|
||||
:
|
||||
addons/drivers/dev/null
|
||||
drivers/dev/null
|
||||
;
|
||||
|
||||
#KernelLd
|
||||
@ -39,7 +39,7 @@ KernelLd
|
||||
# -Bdynamic -shared
|
||||
# :
|
||||
# :
|
||||
# addons/drivers/dev/digit
|
||||
# drivers/dev/digit
|
||||
# ;
|
||||
|
||||
KernelLd
|
||||
@ -53,7 +53,7 @@ KernelLd
|
||||
-Bdynamic -shared
|
||||
:
|
||||
:
|
||||
addons/drivers/dev/random
|
||||
drivers/dev/random
|
||||
;
|
||||
|
||||
KernelLd
|
||||
@ -67,7 +67,7 @@ KernelLd
|
||||
-Bdynamic -shared
|
||||
:
|
||||
:
|
||||
addons/drivers/dev/ps2mouse
|
||||
drivers/dev/ps2mouse
|
||||
;
|
||||
|
||||
KernelLd
|
||||
@ -81,7 +81,7 @@ KernelLd
|
||||
-Bdynamic -shared
|
||||
:
|
||||
:
|
||||
addons/drivers/dev/keyboard
|
||||
drivers/dev/keyboard
|
||||
;
|
||||
|
||||
# This needs to be fixed once the various headers are fixed.
|
||||
|
Loading…
Reference in New Issue
Block a user