summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-01-19 13:09:16 +0100
committerThomas Schwinge <tschwinge@gnu.org>2009-01-19 16:01:01 +0100
commit27d13175ccd378e4d3531176276475dd84af5fed (patch)
tree625411d59b83ecc8339bbedebc49f41968101371
parent601bba64b7b2b4e5c499ea4258bb89743133ff5a (diff)
Move some pages, remove others that are either out of date or whose content is duplicated somewhere else.
-rw-r--r--grub.mdwn (renamed from unsorted/GrubNotes.mdwn)2
-rw-r--r--grub/tftp_boot.mdwn (renamed from unsorted/AdvancedGrubUsage.mdwn)0
-rw-r--r--hurd/libstore.mdwn6
-rw-r--r--hurd/running/debian/CrossInstall.mdwn2
-rw-r--r--hurd/running/debian/after_install.mdwn2
-rw-r--r--hurd/running/distrib.mdwn4
-rw-r--r--hurd/running/qemu.mdwn2
-rw-r--r--hurd/translator.mdwn124
-rw-r--r--hurd/translator/wishlist_1.mdwn129
-rw-r--r--hurd/translator/wishlist_2.mdwn (renamed from unsorted/TranslatorWishList.mdwn)4
-rw-r--r--unsorted/ABITransitionStatus.mdwn9
-rw-r--r--unsorted/AptConfOffline.mdwn28
-rw-r--r--unsorted/BootProcess.mdwn36
-rw-r--r--unsorted/GNOME.mdwn11
-rw-r--r--unsorted/InstallNotes.mdwn2
-rw-r--r--unsorted/InstallTips.mdwn2
-rw-r--r--unsorted/LuisBustamanteHurdPage.mdwn11
-rw-r--r--unsorted/NewMachHistory.mdwn27
-rw-r--r--unsorted/OskitMach.mdwn2
-rw-r--r--unsorted/PppDaemon.mdwn6
-rw-r--r--unsorted/TranslatorExamples.mdwn61
-rw-r--r--unsorted/TranslatorPages.mdwn51
22 files changed, 148 insertions, 373 deletions
diff --git a/unsorted/GrubNotes.mdwn b/grub.mdwn
index b0b1fdf5..a63ad181 100644
--- a/unsorted/GrubNotes.mdwn
+++ b/grub.mdwn
@@ -1,3 +1,5 @@
+# [GRUB](http://www.gnu.org/software/grub/)
+
This section complements the [[InstallNotes]] with complete information regarding the GRUB boot loader. The syntax is different from Lilo's and so to scratch my own itch I'm creating this quick reference. The [Grub manual](http://www.gnu.org/software/grub/manual/grub.html) is another good reference.
* update-grub is **Debian specific** and very nice. It will automatically create a /boot/grub/menu.lst file for the kernels in /boot/. It will also append a manually configured set for other partitions like the GNU/Hurd.
diff --git a/unsorted/AdvancedGrubUsage.mdwn b/grub/tftp_boot.mdwn
index 8e307b4f..8e307b4f 100644
--- a/unsorted/AdvancedGrubUsage.mdwn
+++ b/grub/tftp_boot.mdwn
diff --git a/hurd/libstore.mdwn b/hurd/libstore.mdwn
index ab649ebc..6b81691b 100644
--- a/hurd/libstore.mdwn
+++ b/hurd/libstore.mdwn
@@ -1,4 +1,5 @@
-[[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]]
+[[meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation,
+Inc."]]
[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -31,3 +32,6 @@ device node below `/dev`...
At <http://www.kataplop.net/pub/info/projets> you can find some effort to make
some crypto store.
+
+At <http://www.trek.eu.org/devel/hurd/crypt-trans-0.0.3.tgz>, another package
+can be found.
diff --git a/hurd/running/debian/CrossInstall.mdwn b/hurd/running/debian/CrossInstall.mdwn
index 9a07424e..1cde150c 100644
--- a/hurd/running/debian/CrossInstall.mdwn
+++ b/hurd/running/debian/CrossInstall.mdwn
@@ -34,7 +34,7 @@ Now the program starts retrieving all the necessary base packages.
### <a name="Preparing_to_reboot"> Preparing to reboot </a>
-When all packages have been extracted we must prepare [[GrubNotes]] for the Hurd when we reboot. Add the below entry to your `/boot/grub/menu.lst` file to boot the Hurd in single user mode (-s). Single user mode is needed only for the two reboots when running the Native Install.
+When all packages have been extracted we must prepare [[GRUB]] for the Hurd when we reboot. Add the below entry to your `/boot/grub/menu.lst` file to boot the Hurd in single user mode (-s). Single user mode is needed only for the two reboots when running the Native Install.
title GNU (kernel GNUmach 1.3)
root (hd0,2)
diff --git a/hurd/running/debian/after_install.mdwn b/hurd/running/debian/after_install.mdwn
index b795fd2b..4cdcaea9 100644
--- a/hurd/running/debian/after_install.mdwn
+++ b/hurd/running/debian/after_install.mdwn
@@ -35,7 +35,7 @@ In order to use DHCP, you need to install the `dhcp-client` package and run `dhc
You surely want grub to have a nice menu entry able to boot GNU, instead of
typing a boring arcane. There are Debian-specific scripts that may help
-you. See the [[GrubNotes]] for this.
+you. See [[GRUB]]'s page for this.
# Setup `apt-get`
diff --git a/hurd/running/distrib.mdwn b/hurd/running/distrib.mdwn
index b0a6badd..935c0c2d 100644
--- a/hurd/running/distrib.mdwn
+++ b/hurd/running/distrib.mdwn
@@ -30,8 +30,8 @@
</dl>
<dl>
- <dt>[[GrubNotes]]</dt>
- <dd> A quick reference and explanation. There's also a topic for the new [[GrubConf]]. </dd>
+ <dt>[[GRUB]]</dt>
+ <dd> A quick reference and explanation. </dd>
</dl>
<dl>
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index 7e4816f5..f13ef5c8 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -23,7 +23,7 @@ volunteers and may not have been tested extensively.
# What is Needed to create a QEMU image
1. First thing is to install [[/QEMU]].
-2. A [grub](http://www.gnu.org/software/grub/) boot disk for the floppy disk image needed for booting. The [0\.97 version](ftp://alpha.gnu.org/gnu/grub/grub-0.97-i386-pc.ext2fs) works fine. I downloaded it an renamed to `floppy.img`. Alternatively, the Debian grub-disk package (up till version 0.97-28) is fine as well.
+2. A [[grub]] boot disk for the floppy disk image needed for booting. The [0\.97 version](ftp://alpha.gnu.org/gnu/grub/grub-0.97-i386-pc.ext2fs) works fine. I downloaded it an renamed to `floppy.img`. Alternatively, the Debian grub-disk package (up till version 0.97-28) is fine as well.
3. You will need a [Debian/Hurd installation CD](http://www.debian.org/ports/hurd/hurd-cd). K16 works fine.
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 0823f0db..0cfcc5fa 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -73,123 +73,7 @@ available.
* ...
-# Translator wishlist
-
-* [[devfs]]
-
-* FUSE(fuse.sourceforge.net/) compatilbility library. : just modify FUSE apps a and compile little to work as translator :-)
-
-* File Finder. (uses find, grep, a combination or a custom command (htdig, mp3 info)
- * Files found will be available under one directory and then can be used like a normal directory
- * usefull to generate Albums, Share only resulting files over the et, etc..
- * The filefinder can be scheduled or can be connected over some ipc like dbus to the VFS system if any to keep a watch for new files.
-
-* GNOKII, BitPim and openobex as translators
- * grep through your SMSs!
- * share your addressbook!
- * "Attach" that funny SMS/MMS to your email.
- * "svn commit" your joke collection :-D
-
-* Real Language Translator [[br]]
- * cat /usr/translator/de-en/usr/share/doc/something.txt should take /usr/share/doc/something.txt , submit it to google's website and bring back results.
-
-* Mozilla Bookmarks = del.ici.ous
- * Need more explanation ? ;-)
-
-* <http://hnb.sf.net>
- * having a directory structure for a file can allow to "svn commit" the hnb document in a more "node-safe" manner, thus allowing multiple people to work on the same hnb document.
- * This must be fairly easy as HNB can already export to XML and XMLfs already exists.
-
-* DavFS
- * Just setup a 'WebDav share' as a directory. The implimentation of the protocol is already available in nautilus and konqueror.
-
-* Compiled form of your project
- * you have your project in /somedir/project with source in /somedir/project/src .. /somedir/project/bin should always have the compiled version.. is it possible?
- * The source has to have a MakeFile.
- * creating /somedir/project/bin-somearch should aotomatically crosscompile
- * Seems feasible for a small project.
-
-* Report generation FrameWork - an idea to be hugged by app developers..not kernel developers.
- * You have financial data in some Spreadsheet like format in /yourFinance directory
- * You add report templates to /yourFinance/repTemplates
- * Once you save data in /yourFinance the next cat /yourFinance/reports/areportname will give you an uptodate report.
- * This will be usefull for any purpose including serving by static page web servers, sharing over samba/nfs/ftp etc.!
- * The advantage is any save to the spreadsheet will update the report.. not just from one software.
-
-* SVN (Subversion suite)
- * like [[cvsfs]]. /svndir/version/version-no should automatically have subversion
- * I think it is nice to write a generalised version control system framework library which will help in writing version control translators and other tools easily.
-
-* Flexi-acls
- * First of all - Can this be done? : A translator bound to a directory must be able to access the contents of the directory which would have been accessible in the absence of the translator..
- * This will enable to wirte translators that can implement custom "Access Control Lists". Just imagine having advanced ACLs even if underlying FileSystem is dumb! Imagine changing the type of ACLs implemented with Just two commands - one to unattach previous translator and the next to attach a different ACL translator! The ACLs themselves may be stored in a different directory
-
-* The translator manager!
- * Some translators will need to be inserted automatically - like for eg: hardware drivers ..
- * Each hardware translator will pubish its capabilities.
- * The "top" translator will query the capabilities of different hardware and match capabilities with the "slave" translators. That is it's only Job.
- * The control is then handed over to the slave translator.
- * The ranking not only looks who can handle the "most" capabilites of the hardware. If it finds that multiple translators can handle the same hardware, It will use other parameters to choose between them.. like may be the size in memory? The revision date? Stability (inferred from version number)? And to go to the extreme, the profiling data of the driver ;-P
- * Advantage : The best driver wins!
-
-* An eg. Skip it if you understood the above :-):
- * You have a driver that can handle VGA + SVGA + Super3d acceleration + Particle graphics + Works for nvidea card.
- * You have a driver that can handle SVGA + VGA .
- * You have a driver that can handle VGA.
- * Case 1: Your card: A VGA card with some extra fonts..
- * First the VGA driver will be quireied .. ok can handle essential capability.
- * Next SVGA driver: can handle but has extra module.. unnecassary weight .
- * The Nvidia driver: can handle , but again unnecassary weight : ruled out.
- * Winner : VGA driver:
- * Case 2: Your card An SVGA card:
- * First the VGA driver will be quireied .. ok can handle one essential capability.
- * Next SVGA driver: can handle essential and one extra capability no extra weight..
- * The Nvidia driver: can handle , but unnecassary weight : ruled out.
- * Winner : SVGA driver..
- * Case 3 : You have an VGA .. but no VGA driver .. then the SVGA driver would win.
-
-* Sound Server
- * /ahsa - stands for Advanced HURD sound architecture :-) Just a temporary name .. for fun.
- * /ahsa/out - directory wich will hold "plug"s where apllications come and join the server .. see below.
- * /ahsa/out/mixer - main mixer
- * /ahsa/out/nextfree - the file when "cat"ed gives the number of the next free plug
- * /ahsa/plugins/ - info about available plugins
- * /ahsa/out/[1..n]/ - dynamically generated directories for applications to plug on..
- * /ahsa/out/[1..n]/data this is where you should do a "cat somerawsoundfile>/ahsa/out/`cat /ahsa/nextfree`/data"
- * /ahsa/out/[1..n]/plugins - the plugin stack .. volume is also a plugin..
- * /ahsa/out/[1..n]/plugins/[1..m]/ - echo "plugin param1 param2 param3" > /ahsa/out/[1..n]/plugins/`cat /ahsa/out/[1..n]/plugins/nextfree`/add
- * /ahsa/out/[1..n]/plugins/[1..m]/params/{param1.. paramn}
- * /ahsa/out/[1..n]/data.out - can be catted to get data processed through the server
- * /ahsa/in - similar to /ahsa/out .. with except for an extra file to choose input devices.
- * /ahsa/devs/{1..n} - devices detected .. can be dynamic .. there are usb soundcards and and midi devices.
- * /ahsa/out/[1..n]/plugins/[1..m]/0/params/dev
- * Dont get tempted for :/ahsa/out/[1..n]/params/{rate, channels, and other stuff}
- * that goes into /ahsa/out/[1..n]/plugins/0/params if /ahsa/out/[1..n]/plugins/0/detected == "headerless audio"
- * There are a lot more things I can continue about the "sound server" .. The Ideas simply dont seem to exhaust..
- * Some features/advantages
- * set output's translator plugin as ordinary text -- have text to speech conversion done by sound server!
- * Create and apply plugin presets by simply copying directories!
- * Me getting dizzy thinking of the zillion more advantages.
- * If you are really doing some ordinary output , all you need to do is "cat" data into next free "plug" and everything will be autodetected including the format of the data and sent to the final sound "merge"r
- * Dizzy ...
-
-* /usr/share/menu !!!! extension for package management idea ..
- * cat mymenuitem.menu >> /usr/share/menu/menu
- * cat /usr/share/menu/debian/kde ... :-)
-
-* Spam/Malware Control
- * /usr/antimalware/ - put your mail here.. it will automatically be scanned. when finished it will vanish from here ..
- * /usr/antimalware/clean - ... and pop out from here
- * /usr/antimalware/malware - or here.
-
-* NetDevice
- * !JustImagine(tm)... settrans -ac /netdevices /hurd/netdevfs - [ host | net ]
- * One can access device files remotely
- * This could be acheived by allowing translators talk to one another over a network
- * This will need translators to catch and handle ioctls (if there is such a thing in HURD).
- * The device server which will listen to requests from the translators can be run even on a Linux machine!!!
- * !JustImagine(tm)... accessing the crwriter/webcam on that GNU/Linux machine on the network using cdrecord of your local hurd machine!
- * !JustImagine(tm)... running GNU/HURD on a minimalistic GNU/Linux(but with all the drivers) through a specially modified and optimised Qemu. The device server runs on the host machine, and the client translators access over the virtual network created by Qemu. You got most of the drivers for free!
-
-* Emacs File VFS
- * I came to know from my Emacs loving friend that there are lots of VFS handlers in Emacs.. I was wondering if there can be translator which can tap into these Emacs VFS handlers.
+# Translator Wishlists
+
+ * [[wishlist_1]]
+ * [[wishlist_2]]
diff --git a/hurd/translator/wishlist_1.mdwn b/hurd/translator/wishlist_1.mdwn
new file mode 100644
index 00000000..6a4d591a
--- /dev/null
+++ b/hurd/translator/wishlist_1.mdwn
@@ -0,0 +1,129 @@
+[[meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation,
+Inc."]]
+
+[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]"""]]
+
+* [[devfs]]
+
+* FUSE(fuse.sourceforge.net/) compatilbility library. : just modify FUSE apps a and compile little to work as translator :-)
+
+* File Finder. (uses find, grep, a combination or a custom command (htdig, mp3 info)
+ * Files found will be available under one directory and then can be used like a normal directory
+ * usefull to generate Albums, Share only resulting files over the et, etc..
+ * The filefinder can be scheduled or can be connected over some ipc like dbus to the VFS system if any to keep a watch for new files.
+
+* GNOKII, BitPim and openobex as translators
+ * grep through your SMSs!
+ * share your addressbook!
+ * "Attach" that funny SMS/MMS to your email.
+ * "svn commit" your joke collection :-D
+
+* Real Language Translator [[br]]
+ * cat /usr/translator/de-en/usr/share/doc/something.txt should take /usr/share/doc/something.txt , submit it to google's website and bring back results.
+
+* Mozilla Bookmarks = del.ici.ous
+ * Need more explanation ? ;-)
+
+* <http://hnb.sf.net>
+ * having a directory structure for a file can allow to "svn commit" the hnb document in a more "node-safe" manner, thus allowing multiple people to work on the same hnb document.
+ * This must be fairly easy as HNB can already export to XML and XMLfs already exists.
+
+* DavFS
+ * Just setup a 'WebDav share' as a directory. The implimentation of the protocol is already available in nautilus and konqueror.
+
+* Compiled form of your project
+ * you have your project in /somedir/project with source in /somedir/project/src .. /somedir/project/bin should always have the compiled version.. is it possible?
+ * The source has to have a MakeFile.
+ * creating /somedir/project/bin-somearch should aotomatically crosscompile
+ * Seems feasible for a small project.
+
+* Report generation FrameWork - an idea to be hugged by app developers..not kernel developers.
+ * You have financial data in some Spreadsheet like format in /yourFinance directory
+ * You add report templates to /yourFinance/repTemplates
+ * Once you save data in /yourFinance the next cat /yourFinance/reports/areportname will give you an uptodate report.
+ * This will be usefull for any purpose including serving by static page web servers, sharing over samba/nfs/ftp etc.!
+ * The advantage is any save to the spreadsheet will update the report.. not just from one software.
+
+* SVN (Subversion suite)
+ * like [[cvsfs]]. /svndir/version/version-no should automatically have subversion
+ * I think it is nice to write a generalised version control system framework library which will help in writing version control translators and other tools easily.
+
+* Flexi-acls
+ * First of all - Can this be done? : A translator bound to a directory must be able to access the contents of the directory which would have been accessible in the absence of the translator..
+ * This will enable to wirte translators that can implement custom "Access Control Lists". Just imagine having advanced ACLs even if underlying FileSystem is dumb! Imagine changing the type of ACLs implemented with Just two commands - one to unattach previous translator and the next to attach a different ACL translator! The ACLs themselves may be stored in a different directory
+
+* The translator manager!
+ * Some translators will need to be inserted automatically - like for eg: hardware drivers ..
+ * Each hardware translator will pubish its capabilities.
+ * The "top" translator will query the capabilities of different hardware and match capabilities with the "slave" translators. That is it's only Job.
+ * The control is then handed over to the slave translator.
+ * The ranking not only looks who can handle the "most" capabilites of the hardware. If it finds that multiple translators can handle the same hardware, It will use other parameters to choose between them.. like may be the size in memory? The revision date? Stability (inferred from version number)? And to go to the extreme, the profiling data of the driver ;-P
+ * Advantage : The best driver wins!
+
+* An eg. Skip it if you understood the above :-):
+ * You have a driver that can handle VGA + SVGA + Super3d acceleration + Particle graphics + Works for nvidea card.
+ * You have a driver that can handle SVGA + VGA .
+ * You have a driver that can handle VGA.
+ * Case 1: Your card: A VGA card with some extra fonts..
+ * First the VGA driver will be quireied .. ok can handle essential capability.
+ * Next SVGA driver: can handle but has extra module.. unnecassary weight .
+ * The Nvidia driver: can handle , but again unnecassary weight : ruled out.
+ * Winner : VGA driver:
+ * Case 2: Your card An SVGA card:
+ * First the VGA driver will be quireied .. ok can handle one essential capability.
+ * Next SVGA driver: can handle essential and one extra capability no extra weight..
+ * The Nvidia driver: can handle , but unnecassary weight : ruled out.
+ * Winner : SVGA driver..
+ * Case 3 : You have an VGA .. but no VGA driver .. then the SVGA driver would win.
+
+* Sound Server
+ * /ahsa - stands for Advanced HURD sound architecture :-) Just a temporary name .. for fun.
+ * /ahsa/out - directory wich will hold "plug"s where apllications come and join the server .. see below.
+ * /ahsa/out/mixer - main mixer
+ * /ahsa/out/nextfree - the file when "cat"ed gives the number of the next free plug
+ * /ahsa/plugins/ - info about available plugins
+ * /ahsa/out/[1..n]/ - dynamically generated directories for applications to plug on..
+ * /ahsa/out/[1..n]/data this is where you should do a "cat somerawsoundfile>/ahsa/out/`cat /ahsa/nextfree`/data"
+ * /ahsa/out/[1..n]/plugins - the plugin stack .. volume is also a plugin..
+ * /ahsa/out/[1..n]/plugins/[1..m]/ - echo "plugin param1 param2 param3" > /ahsa/out/[1..n]/plugins/`cat /ahsa/out/[1..n]/plugins/nextfree`/add
+ * /ahsa/out/[1..n]/plugins/[1..m]/params/{param1.. paramn}
+ * /ahsa/out/[1..n]/data.out - can be catted to get data processed through the server
+ * /ahsa/in - similar to /ahsa/out .. with except for an extra file to choose input devices.
+ * /ahsa/devs/{1..n} - devices detected .. can be dynamic .. there are usb soundcards and and midi devices.
+ * /ahsa/out/[1..n]/plugins/[1..m]/0/params/dev
+ * Dont get tempted for :/ahsa/out/[1..n]/params/{rate, channels, and other stuff}
+ * that goes into /ahsa/out/[1..n]/plugins/0/params if /ahsa/out/[1..n]/plugins/0/detected == "headerless audio"
+ * There are a lot more things I can continue about the "sound server" .. The Ideas simply dont seem to exhaust..
+ * Some features/advantages
+ * set output's translator plugin as ordinary text -- have text to speech conversion done by sound server!
+ * Create and apply plugin presets by simply copying directories!
+ * Me getting dizzy thinking of the zillion more advantages.
+ * If you are really doing some ordinary output , all you need to do is "cat" data into next free "plug" and everything will be autodetected including the format of the data and sent to the final sound "merge"r
+ * Dizzy ...
+
+* /usr/share/menu !!!! extension for package management idea ..
+ * cat mymenuitem.menu >> /usr/share/menu/menu
+ * cat /usr/share/menu/debian/kde ... :-)
+
+* Spam/Malware Control
+ * /usr/antimalware/ - put your mail here.. it will automatically be scanned. when finished it will vanish from here ..
+ * /usr/antimalware/clean - ... and pop out from here
+ * /usr/antimalware/malware - or here.
+
+* NetDevice
+ * !JustImagine(tm)... settrans -ac /netdevices /hurd/netdevfs - [ host | net ]
+ * One can access device files remotely
+ * This could be acheived by allowing translators talk to one another over a network
+ * This will need translators to catch and handle ioctls (if there is such a thing in HURD).
+ * The device server which will listen to requests from the translators can be run even on a Linux machine!!!
+ * !JustImagine(tm)... accessing the crwriter/webcam on that GNU/Linux machine on the network using cdrecord of your local hurd machine!
+ * !JustImagine(tm)... running GNU/HURD on a minimalistic GNU/Linux(but with all the drivers) through a specially modified and optimised Qemu. The device server runs on the host machine, and the client translators access over the virtual network created by Qemu. You got most of the drivers for free!
+
+* Emacs File VFS
+ * I came to know from my Emacs loving friend that there are lots of VFS handlers in Emacs.. I was wondering if there can be translator which can tap into these Emacs VFS handlers.
diff --git a/unsorted/TranslatorWishList.mdwn b/hurd/translator/wishlist_2.mdwn
index 38bd87d9..3ea68999 100644
--- a/unsorted/TranslatorWishList.mdwn
+++ b/hurd/translator/wishlist_2.mdwn
@@ -187,7 +187,3 @@ Send an fsysopts command to a set of translators. When you have a directory full
$ settrans -ac all /hurd/fsysoptsctl '/tmp/mystuff/*'
$ fsysopts all --update
-
-----
-
--- [[Main/GregBuchholz]] - updated 17 Oct 2003
diff --git a/unsorted/ABITransitionStatus.mdwn b/unsorted/ABITransitionStatus.mdwn
deleted file mode 100644
index 123e8f8c..00000000
--- a/unsorted/ABITransitionStatus.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-Several transitions have occured recently.
-
-* [ABI Switch](http://lists.debian.org/debian-hurd/2002/debian-hurd-200204/msg00096.html) from April 17, 2002
-
-* [Phase I accomplished](http://lists.debian.org/debian-hurd/2002/debian-hurd-200204/msg00157.html) from April 26, 2002
-
-* [status of the ABI transition](http://lists.debian.org/debian-hurd/2002/debian-hurd-200205/msg00242.html) from May 15, 2002
-
--- [[Main/GrantBow]] - 15 May 2002
diff --git a/unsorted/AptConfOffline.mdwn b/unsorted/AptConfOffline.mdwn
deleted file mode 100644
index c4cc85be..00000000
--- a/unsorted/AptConfOffline.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
- APT
- {
- /* This file belongs in Debian GNU/Hurd's /etc/apt/apt.conf.offline
- and will be used when running Debian GNU/Linux. This is only
- required when the GNU/Hurd does not have network access. */
-
- Architecture "hurd-i386";
-
- Get::Download-Only "true";
- };
-
- Dir
- {
- /* Use the disc for state information and redirect the status file from
- the /var/lib/dpkg default
- assumes Debian GNU/Hurd mounted on /misc/hurd and /var mounted underneath this if necessary */
-
- // State::lists should be here, the lists subdirectory.
- State "/misc/hurd/var/lib/apt/";
- State::status "/misc/hurd/var/lib/dpkg/status";
-
- // Binary caches will be stored locally
- Cache::archives "/misc/hurd/var/cache/apt/archives/";
- Cache "/tmp/";
-
- // Location of the source list.
- Etc "/misc/hurd/etc/apt/";
- };
diff --git a/unsorted/BootProcess.mdwn b/unsorted/BootProcess.mdwn
deleted file mode 100644
index 17f7bba7..00000000
--- a/unsorted/BootProcess.mdwn
+++ /dev/null
@@ -1,36 +0,0 @@
-Describes the GNU/Hurd boot process.
-
-# <a name="Bootloader"> Bootloader </a>
-
-[GRUB](http://www.gnu.org/software/grub/) (GRand Unified Bootloader) is the default (and as far as I know the only supported ) bootloader for GNU/Hurd and is the initial process.
-
-GRUB can be used for booting multiple Operating Systems on a given machine. Device naming convention for GRUB is different than that of the Hurd. Where the first partition on the primary IDE drive in GNU/Hurd is hd0s1, in GRUB it is (hd0,0). In the case of GNU/Hurd, the first thing that GRUB loads is kernel image.
-
-Here is a copy of GNU/Hurd multi-user entry from menu.lst. The first two lines are primarily informational and are what get displayed on the GRUB boot menu.
-
- # Entry 2: 1st partition on first HDD
- title GNU/Hurd (IDE 1st partition - hd0s1 multi-user)
- root (hd0,0)
- kernel /boot/gnumach.gz root=device:hd0s1
- module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} \
- --host-priv-port=${host-port} \
- --device-master-port=${device-port} \
- --exec-server-task=${exec-task} \
- -T typed ${root} $(task-create) $(task-resume)
- module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
-
-**_N.B. the escaped new lines above should end in only a back slash, no spaces!_**
-
-The line "root (hd0,0)" tells GRUB where to look for the root partition. Notice that the (hd0,0) is using GRUB naming conventions.
-
-The next line loads the gnumach kernel image itself. Notice here the root=device:hd0s1 argument. This is now using GNU/Hurd device naming convention, telling the Hurd where the root partition exists.
-
-----
-
--- [[Main/BarryDeFreese]] - 29 May 2003
-
-Minor formatting and edit check.
-
-On a side note. The actual description of the GNU/Hurd boot process is a good idea but keeping duplicated information to a bare minimum must be the guide line for a "book" like this. See other topics for more information on Grub configuration for instance.
-
--- [[Main/JoachimNilsson]] - 30 May 2003
diff --git a/unsorted/GNOME.mdwn b/unsorted/GNOME.mdwn
deleted file mode 100644
index 1dbef091..00000000
--- a/unsorted/GNOME.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-![gnome-hurd.png](http://people.debian.org/~mbanck/media/gnome-hurd.png)
-
-GNOME can now be ported with the new [[Pthreads]], but is still being worked on.The packages are at
-
-deb <http://people.debian.org/~mbanck/hurd-gnome/> ./
-
-The caveats:
-
-Some applications are not yet built, not even all the ones from gnome-core. 'apt-get install gnome-applets gnome-control-center gnome-icon-theme gnome-panel gnome-session metacity nautilus scrollkeeper' (along with the above APT source) should get you started.
-
-See also: [[Xfree86]].
diff --git a/unsorted/InstallNotes.mdwn b/unsorted/InstallNotes.mdwn
index 49dcd53d..1cdfca9c 100644
--- a/unsorted/InstallNotes.mdwn
+++ b/unsorted/InstallNotes.mdwn
@@ -47,7 +47,7 @@ You can always install GRUB onto your hard drive at a later date.
For instructions on using GRUB, see either the info documentation or the quick reference notes on this wiki:
-* [[Distrib/GrubNotes]] - quick reference
+* [[GRUB]] - quick reference
## <a name="4_Cross_Install_Cross_Installing"> </a> 4. Cross Install - Cross Installing GNU
diff --git a/unsorted/InstallTips.mdwn b/unsorted/InstallTips.mdwn
index a735fbf7..c9f5bdc2 100644
--- a/unsorted/InstallTips.mdwn
+++ b/unsorted/InstallTips.mdwn
@@ -60,7 +60,7 @@ now mount the floppy and copy the files to your partition
you may also wish to put my menu.lst file in your grub directory which can be obtained here <ftp://firethroat.com/hurd/menu.lst> you will need to edit it to include a -s at the end of the line starting with kernel. Be sure modify the partition numbers, my system is using the third partition of the second harddrive.
-More detailed samples for grub config files can be found at the [[GrubNotes]]
+More detailed samples for GRUB config files can be found at the [[GRUB]] page.
To install grub reboot using the grub floppy and issue:
diff --git a/unsorted/LuisBustamanteHurdPage.mdwn b/unsorted/LuisBustamanteHurdPage.mdwn
deleted file mode 100644
index abbf1531..00000000
--- a/unsorted/LuisBustamanteHurdPage.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-Nothing much to see right now, I'll add some stuff I'm working in the near future! :)
-
-Cheers,
-
--- [[Main/LuisBustamante]] - 16 May 2002
-
-After making some trivial/incorrect patches (thanks Neal :) for building um-pppd with gcc 3.0.4 in Debian (see [\#147085](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=147085&repeatmerged=yes)) this weekend I'll finally give it a try, I got an external modem... anyway serial drivers seem to be broken in GNUmach iirc, I won't get much more than 300b/s :).
-
-Keep Hurding!
-
--- [[Main/LuisBustamante]] - 17 May 2002
diff --git a/unsorted/NewMachHistory.mdwn b/unsorted/NewMachHistory.mdwn
deleted file mode 100644
index 562d1cac..00000000
--- a/unsorted/NewMachHistory.mdwn
+++ /dev/null
@@ -1,27 +0,0 @@
-# <a name="Table_of_Contents"> Table of Contents </a>
-
-%TOC%
-
-# <a name="Early_beginnings"> Early beginnings </a>
-
-GNUMach is based on Mach4 from University of Utah, which in turn is based on Mach3 from Carnegie-Mellon University. The last release of Mach4 was the [UK22 release](http://www.cs.utah.edu/flux/mach4-i386/html/mach4-UK22.html).
-
-The oskit-mach version of GNU Mach was presented in November 1999 by Roland McGrath. <http://mail.gnu.org/pipermail/bug-hurd/1999-November/003554.html> The purpose of the port was to get better hardware support through new drivers and platform code available in the OSKit.
-
-On May 27 2002, after the Gnumach 1.3 release, Roland McGrath merged OSKit-Mach onto the HEAD of CVS making it the Gnumach 2.x mainline.
-
-# <a name="Status_of_the_project"> Status of the project </a>
-
-GNU Mach 1.3 was released in May 2002, and features advanced boot script support, support for large disks (&gt;= 10GB) and an improved console.
-
-GNU Mach is used as the default microkernel in the GNU/Hurd system. It is compatible with other popular Mach distributions. The device drivers for block devices and network cards are taken from Linux 2.0.x kernel versions, and so a broad range of common hardware is supported.
-
-However, the Linux device drivers have been improved greatly since the 2.0.x version, and a new version of GNU Mach based on the OSKit library is being worked on, which uses newer drivers and in general has cleaner machine specific support code.
-
-----
-
-Copyright (C) 2001 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA
-
-Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
-
--- [[Main/JoachimNilsson]] - 24 Oct 2002
diff --git a/unsorted/OskitMach.mdwn b/unsorted/OskitMach.mdwn
index c28f2d89..b5b92d68 100644
--- a/unsorted/OskitMach.mdwn
+++ b/unsorted/OskitMach.mdwn
@@ -37,7 +37,7 @@ First you need to get the latest OSKit release and, preferrably, the latest CVS
## <a name="Starting"> Starting </a>
-You start Oskit-Mach almost the same way as the old 1.x version of GNUmach. Using [[Hurd/GrubNotes]] an entry can look like this:
+You start Oskit-Mach almost the same way as the old 1.x version of GNUmach. Using [[GRUB]] an entry can look like this:
title GNUmach 1.90 (CVS)
root (hd0,1)
diff --git a/unsorted/PppDaemon.mdwn b/unsorted/PppDaemon.mdwn
deleted file mode 100644
index f667d449..00000000
--- a/unsorted/PppDaemon.mdwn
+++ /dev/null
@@ -1,6 +0,0 @@
-There is no PPP solution present for the Hurd.
-
-* Filed Debian [um-ppp bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no\&bug=147085)
-* Clemmitt [asked about um-pppd](http://mail.gnu.org/pipermail/help-hurd/2002-October/006664.html) in this thread of 9 posts beginning Oct 10, 2002.
-
--- [[Main/GrantBow]] - 20 Oct 2002
diff --git a/unsorted/TranslatorExamples.mdwn b/unsorted/TranslatorExamples.mdwn
deleted file mode 100644
index 0c2e5741..00000000
--- a/unsorted/TranslatorExamples.mdwn
+++ /dev/null
@@ -1,61 +0,0 @@
-## <a name="Introduction"> Introduction </a>
-
-Translators are probably the most known feature of the Hurd, the first thing you should show when doing a demo.
-
-## <a name="run"> run </a>
-
-Couldn't manage to compile it, but allows you to do nice things with eg. fortune.
-
-## <a name="ftpfs"> ftpfs </a>
-
-hurd:~# settrans -c ftp /hurd/ftpfs 128.101.80.131:/
-
-hurd:~# cd ftp
-
-hurd:~/ftp# ls
-
-debian debian-archive lost+found
-
-hurd:~/ftp# cd debian
-
-hurd:~/ftp/debian# ls
-
-README README.mirrors.txt doc ls-lR.patch.gz
-
-README.CD-manufacture README.non-US indices pool
-
-README.html README.pgp ls-lR project
-
-README.mirrors.html dists ls-lR.gz tools
-
-hurd:~/ftp/debian# cp README ~
-
-hurd:~/ftp/debian#
-
-You have to specify the server address with its IP, or your computer will buy a farm or something.
-
-## <a name="ftpfs_and_hostmux"> ftpfs and hostmux </a>
-
-currently (28/02/2004) not working, but should be.
-
-hurd:~# settrans -c ftp /hurd/hostmux /hurd/ftpfs /
-
-hurd:~# cd ftp
-
-hurd:~/ftp# cd ftp.debian.org
-
--bash: cd: ftp.debian.org: Computer bought the farm
-
-hurd:~/ftp# host ftp.debian.org
-
-ftp.debian.org A 128.101.80.131
-
-ftp.debian.org A 208.185.25.38
-
-hurd:~/ftp# cd 128.101.80.131
-
--bash: cd: 128.101.80.131: Computer bought the farm
-
-## <a name="Articles_about_translators"> Articles about translators </a>
-
-* [The GNU Hurd - Translators by Gael le Mignot](http://kilobug.free.fr/hurd/pres-en/html/node8.html)
diff --git a/unsorted/TranslatorPages.mdwn b/unsorted/TranslatorPages.mdwn
deleted file mode 100644
index 8e954521..00000000
--- a/unsorted/TranslatorPages.mdwn
+++ /dev/null
@@ -1,51 +0,0 @@
-<dl>
- <dt>[[NeighborHurd]]</dt>
- <dd> A concept possible with microkernels. </dd>
- <dt>[[InteractiveTranslators]]</dt>
- <dd> Translators that interact with user </dd>
- <dt>[[TranslatorExamples]]</dt>
- <dd> Examples of what you can do with translators </dd>
- <dt>[[TranslatorWishList]]</dt>
- <dd> Interesting file translator ideas </dd>
-</dl>
-
-Here are the translators that currently exist:
-
-* [[AuthTranslator]]
-* [[CrashTranslator]]
-* [[ExecTranslator]]
-* [[ExtTwofsTranslator]] - (actually named ext2fs) Ext2 filesystems, also ext2fs.static
-* [[FifoTranslator]] - also [[NewfifoTranslator]] (actually named new-fifo)
-* [[FirmlinkTranslator]]
-* [[FtpfsTranslator]] - ftp as a filesystem
-* [[FwdTranslator]]
-* [[HelloTranslator]] - also [[HellomtTranslator]] (actually named hello-mt)
-* [[HostmuxTranslator]]
-* [[IfsockTranslator]]
-* [[InitTranslator]]
-* [[IsofsTranslator]]
-* [[KbdTranslator]]
-* [[MachdefpagerTranslator]] - (actually named mach-defpager)
-* [[hurd/translator/magic]]
-* [[MouseTranslator]]
-* [[NfsTranslator]]
-* [[NullTranslator]]
-* [[PasswordTranslator]]
-* [[PfinetTranslator]] - also [[PflocalTranslator]]
-* [[ProcTranslator]]
-* [[SmbfsTranslator]]
-* [[StoreioTranslator]]
-* [[StreamioTranslator]]
-* [[SymlinkTranslator]]
-* [[TermTranslator]]
-* [[TmpfsTranslator]]
-* [[UfsTranslator]] - also ufs.static
-* [[UsermuxTranslator]]
-
-Here are the contributed translators:
-
-* [[CryptTranslator]] - <http://www.trek.eu.org/devel/hurd/crypt-trans-0.0.3.tgz>
-
-This is an old list and might need some updating, please check if you have a Hurd system that this list is accurate.
-
--- [[Main/GrantBow]] - 03 Mar 2004