summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/Sergio_Lopez.mdwn2
-rw-r--r--user/arnuld.mdwn19
-rw-r--r--user/flaviocruz.mdwn6
-rw-r--r--user/tlecarrour/porting_guide_for_dummies.mdwn6
-rw-r--r--user/zhengda.mdwn2
5 files changed, 18 insertions, 17 deletions
diff --git a/user/Sergio_Lopez.mdwn b/user/Sergio_Lopez.mdwn
index ab5ed1f1..5075b8e9 100644
--- a/user/Sergio_Lopez.mdwn
+++ b/user/Sergio_Lopez.mdwn
@@ -30,7 +30,7 @@ This work has two objectives:
#### Trying it
I've commited this work to this branch:
-<http://git.savannah.gnu.org/cgit/hurd/gnumach.git/log/?h=k0ro/advisory_pageout/master>
+<https://git.savannah.gnu.org/cgit/hurd/gnumach.git/log/?h=k0ro/advisory_pageout/master>
You'll also need the counterpart for user space:
diff --git a/user/arnuld.mdwn b/user/arnuld.mdwn
index f14c72d0..63164e87 100644
--- a/user/arnuld.mdwn
+++ b/user/arnuld.mdwn
@@ -2,27 +2,28 @@
## General
-* Name: arnuld uttre
+* Name: arnuld
* Email: arnuld.mizong (at) gmail (dot) com
* Country: India
* Homepage: <http://www.lispmachine.wordpress.com>
+## Experience
-## Education
+Half a decade of C Programming on Linux. Trivial Toy programs in two dozen or more languages.
-* B.Sc. (with Comp. App) - Panjab Univeristy, Chandigarh
+## GNU Art
+Being inspired by GNU, I have created some copyleft art. It is mentioned on GNU website too in "GNU Art on other sites" section here:
-## Professional
+<https://www.gnu.org/graphics/graphics.html>
-* I was a Salesman (sold Financial Products) for 2 years
+For original links, go here:
+Copyleft Art: <https://lispmachine.wordpress.com/2007/09/01/copyleft-logo/>
-## Future Plans
+Copyleft in Hebrew: <https://lispmachine.wordpress.com/2007/09/01/copyleft-logo-hebrew/>
-* I am learning skills to finish what RMS started, GNU/Hurd microkernel. Then replace Linux kernel with Hurd, with GPLv3 of course.
-
-* Yes, I want to learn Jeet Kune Do. I love it as much as I love the copyleft.
+Hagnus Art: <https://lispmachine.wordpress.com/2007/08/01/hagnus-logos/>
diff --git a/user/flaviocruz.mdwn b/user/flaviocruz.mdwn
index c4d3db69..850e2271 100644
--- a/user/flaviocruz.mdwn
+++ b/user/flaviocruz.mdwn
@@ -14,7 +14,7 @@ Email: flaviocruz at gmail dot com
Some [Hurd stuff](http://opensvn.csie.org/leic/hurd/)
-And code: [cl-hurd](http://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=clisp)
+And code: [cl-hurd](https://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=clisp)
## Summer session
@@ -71,8 +71,8 @@ Creating an extensible translator library in lisp using the mig generated stubs.
### Project dependencies
- CLISP
-- [CFFI](http://common-lisp.net/project/cffi/) (apt-get installable)
-- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt-get installable)
+- [CFFI](http://common-lisp.net/project/cffi/) (apt installable)
+- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt installable)
- [Trivial garbage](http://www.cliki.net/trivial-garbage) (not in debian repositories)
- [cl-zip](http://common-lisp.net/project/zip/) (only needed for the zip translator)
- [cl-irc](http://common-lisp.net/project/cl-irc/) (for the irc translator)
diff --git a/user/tlecarrour/porting_guide_for_dummies.mdwn b/user/tlecarrour/porting_guide_for_dummies.mdwn
index 772be2bb..fe297102 100644
--- a/user/tlecarrour/porting_guide_for_dummies.mdwn
+++ b/user/tlecarrour/porting_guide_for_dummies.mdwn
@@ -27,12 +27,12 @@ Test on Hurd
### Installing the required files
-As `apt-get source` will download and extract many files, you may want to create a dedicated folder for the package and work from there.
+As `apt source` will download and extract many files, you may want to create a dedicated folder for the package and work from there.
mkdir PACKAGE
cd PACKAGE
- sudo apt-get build-dep PACKAGE
- apt-get source PACKAGE
+ sudo apt build-dep PACKAGE
+ apt source PACKAGE
### Trying to build the package
diff --git a/user/zhengda.mdwn b/user/zhengda.mdwn
index a7f57f35..9422b02c 100644
--- a/user/zhengda.mdwn
+++ b/user/zhengda.mdwn
@@ -13,7 +13,7 @@ porting DDE developed by DROPS to the Hurd, and it will still run in the user sp
The introduction of DDE/DDEKit can be found in [here](http://wiki.tudos.org/DDE/DDEKit) and more information can be found [here](http://os.inf.tu-dresden.de/pipermail/l4-hackers/2009/004291.html). DDE/DDEKit is a library, and it should be compiled with the code of Linux or FreeBSD drivers. DDE Linux26 is still under development and it can now support network and block devices (but doesn't support SCSI).
##The current status
-Currently a few NIC cards work now. I tested pcnet32, e100, e1000, ne2k-pci and rtl8139 in VMWare and Qemu. But the DDE e100 driver cannot work for some e100 cards as currently DDE doesn't support firmware. Someone also reported sis900 cannot work, unfortunately, I cannot test it myself. I appreciate if someone can try some other NIC drivers and give me some feedbback. Please run DDE with GNUMach in the [master-user_level_drivers](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/) branch.
+Currently a few NIC cards work now. I tested pcnet32, e100, e1000, ne2k-pci and rtl8139 in VMWare and Qemu. But the DDE e100 driver cannot work for some e100 cards as currently DDE doesn't support firmware. Someone also reported sis900 cannot work, unfortunately, I cannot test it myself. I appreciate if someone can try some other NIC drivers and give me some feedbback. Please run DDE with GNUMach in the [master-user_level_drivers](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/) branch.
## My work
I separate DDE Linux26 to 2 parts: libddekit and libdde_linux26. I also provide a library called libmachdev on the top of the Linux code to provide the Mach device interface, so it is easy for the user to compile a Linux driver and run it in the Hurd. The latest code can be found in the dde branch of the incubator repository.