summaryrefslogtreecommitdiff
path: root/hurd/dde/guide.mdwn
diff options
context:
space:
mode:
authorzhengda <zhengda@web>2010-08-02 14:37:14 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2010-08-02 14:37:14 +0000
commitcf827a2bf875af77c87a70ab512feeb9238ad763 (patch)
tree6ef75f9189f36edc977ba3c5b8830dc125e42f5b /hurd/dde/guide.mdwn
parent540e7a9fef4a64734e8810e940700ea5cfac5181 (diff)
Diffstat (limited to 'hurd/dde/guide.mdwn')
-rw-r--r--hurd/dde/guide.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index 6518e0e4..72294629 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -60,8 +60,6 @@ suppose you need forcedeth driver
Download http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.29.y.git;a=blob_plain;f=drivers/net/forcedeth.c;hb=HEAD from mozilla like
browser to /mnt/home as forcedeth.c
-Download http://pastebin.com/RJAJT2MR the same way and rename it to 0001-Fix-up-DDE-paths.patch
-
reboot back to hurd (multiuser)
> $ apt-get update
@@ -83,8 +81,6 @@ reboot back to hurd (multiuser)
> $ cd ../hurd_dde
-> $ git am ../0001-Fix-up-DDE-paths.patch
-
> $ cp -r dde_pcnet32 dde_forcedeth
> $ cd dde_forcedeth
@@ -106,7 +102,6 @@ reboot back to hurd (multiuser)
add these 2 lines after the last #include
#include <ddekit/timer.h>
- void get_random_byter(void *buf, int nbytes) { }
> $ cd ..