Added dprintf driver.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+7
-5
@@ -71,7 +71,8 @@ jam -q kernel boot_loader config_manager pci isa ide scsi \
|
|||||||
scsi_periph intel keyboard scsi_dsk scsi_cd \
|
scsi_periph intel keyboard scsi_dsk scsi_cd \
|
||||||
rld.so kernel_fortune consoled \
|
rld.so kernel_fortune consoled \
|
||||||
$BEOS_BIN $BEOS_SYSTEM_LIB $BEOS_SYSTEM_SERVERS \
|
$BEOS_BIN $BEOS_SYSTEM_LIB $BEOS_SYSTEM_SERVERS \
|
||||||
kernel_uname libnet.so null zero random \<driver\>tty \<driver\>config \
|
kernel_uname libnet.so dprintf null zero random \<driver\>tty \
|
||||||
|
\<driver\>config \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
# create the image and the directory structure
|
# create the image and the directory structure
|
||||||
@@ -137,7 +138,7 @@ for f in drivers/arch/x86/keyboard/keyboard; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
cd $sourceDir/distro/x86.R1/beos/system/add-ons/kernel/drivers/dev
|
cd $sourceDir/distro/x86.R1/beos/system/add-ons/kernel/drivers/dev
|
||||||
for f in misc/config tty random null zero; do
|
for f in misc/config tty random dprintf null zero; do
|
||||||
cp $f $targetDir/beos/system/add-ons/kernel/drivers/bin
|
cp $f $targetDir/beos/system/add-ons/kernel/drivers/bin
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -193,9 +194,10 @@ done
|
|||||||
|
|
||||||
# driver links
|
# driver links
|
||||||
cd $targetDir/beos/system/add-ons/kernel
|
cd $targetDir/beos/system/add-ons/kernel
|
||||||
for f in drivers/dev/keyboard drivers/dev/null drivers/dev/misc/config \
|
for f in drivers/dev/dprintf drivers/dev/keyboard drivers/dev/null \
|
||||||
drivers/dev/tty drivers/dev/zero drivers/dev/disk/scsi/scsi_dsk \
|
drivers/dev/misc/config drivers/dev/tty drivers/dev/zero \
|
||||||
drivers/dev/disk/scsi/scsi_cd drivers/dev/misc/config; do
|
drivers/dev/disk/scsi/scsi_dsk drivers/dev/disk/scsi/scsi_cd \
|
||||||
|
drivers/dev/misc/config; do
|
||||||
relName=$(echo $f | sed -e s@drivers/dev/@@)
|
relName=$(echo $f | sed -e s@drivers/dev/@@)
|
||||||
linkName=bin/$(basename $f)
|
linkName=bin/$(basename $f)
|
||||||
while [ $relName != . ]; do
|
while [ $relName != . ]; do
|
||||||
|
|||||||
Reference in New Issue
Block a user