From f0f82000b192bc85100dc9358dddca282f394454 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 14 Jun 2009 23:51:57 +0200 Subject: add direct link to porting guidelines --- hurd/running/debian/porting.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/running') diff --git a/hurd/running/debian/porting.mdwn b/hurd/running/debian/porting.mdwn index 3d25b4b9..0882bea3 100644 --- a/hurd/running/debian/porting.mdwn +++ b/hurd/running/debian/porting.mdwn @@ -17,7 +17,7 @@ Hurd, however, many programs fail to build for various reasons. A [list of build failures including error messages](http://unstable.buildd.net/buildd/hurd-i386_Failed.html) can be found, as well as a [preliminary -analysis](http://lists.debian.org/debian-hurd/2007/07/msg00000.html) of them and [solutions](http://lists.debian.org/debian-hurd/2007/07/msg00001.html). +analysis](http://lists.debian.org/debian-hurd/2007/07/msg00000.html) of them and [solutions](http://lists.debian.org/debian-hurd/2007/07/msg00001.html), and some more details in [[hurd/porting/guidelines]]. It might be a good idea to record your intention to port something either in the list below or in the [Alioth task -- cgit v1.2.3 From f448121625e4b1c41f785379d1b651904ad8dcfb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 16 Jun 2009 14:47:03 +0200 Subject: Fix broken QEMU links. --- hurd/running/qemu.mdwn | 4 ++-- microkernel/mach/gnumach/debugging.mdwn | 5 +++-- qemu.mdwn | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'hurd/running') diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index a059f3b1..3c1738e9 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -71,7 +71,7 @@ Now take the number of sectors for the beginning of the partition and multiply i ## Having QEMU create *virtual FAT disk images* -[Manual](http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC24). +[Manual](http://www.nongnu.org/qemu/qemu-doc.html#SEC24). QEMU has a facility to create FAT file systems on-the-fly: @@ -97,7 +97,7 @@ If you just want to access the internet from within QEMU, you can setup pfinet f # settrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 # echo "nameserver 10.0.2.3" > /etc/resolv.conf -(See also .) +(See also .) Outgoing internet connections should just work then. diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index 38cc7911..21466ccb 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.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 @@ -14,7 +15,7 @@ Mach has a built-in kernel debugger. When you're [[running_a_system_in_QEMU|hurd/running/qemu]] you can directly [use GDB on the running -kernel](http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC36). +kernel](http://www.nongnu.org/qemu/qemu-doc.html#SEC36). Alternatively you can use an approach like this one: add the following code diff --git a/qemu.mdwn b/qemu.mdwn index bfd2f1cb..2d6b69c9 100644 --- a/qemu.mdwn +++ b/qemu.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2005, 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2005, 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,6 +32,6 @@ emulation under the [[GPL]]. # External Links - * + * * QEMU Wiki * [Qemu on Windows](http://www.h7.dion.ne.jp/~qemu-win/) -- cgit v1.2.3 From b60c6479a7e24591afa809343d97ab84196859cb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 16 Jun 2009 15:03:53 +0200 Subject: Update links into the QEMU manual. --- hurd/running/qemu.mdwn | 4 ++-- microkernel/mach/gnumach/debugging.mdwn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hurd/running') diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 3c1738e9..48d87b35 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -71,7 +71,7 @@ Now take the number of sectors for the beginning of the partition and multiply i ## Having QEMU create *virtual FAT disk images* -[Manual](http://www.nongnu.org/qemu/qemu-doc.html#SEC24). +[Manual](http://www.nongnu.org/qemu/qemu-doc.html#SEC25). QEMU has a facility to create FAT file systems on-the-fly: @@ -97,7 +97,7 @@ If you just want to access the internet from within QEMU, you can setup pfinet f # settrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 # echo "nameserver 10.0.2.3" > /etc/resolv.conf -(See also .) +(See also .) Outgoing internet connections should just work then. diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index 21466ccb..3a93c6ad 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -15,7 +15,7 @@ Mach has a built-in kernel debugger. When you're [[running_a_system_in_QEMU|hurd/running/qemu]] you can directly [use GDB on the running -kernel](http://www.nongnu.org/qemu/qemu-doc.html#SEC36). +kernel](http://www.nongnu.org/qemu/qemu-doc.html#SEC48). Alternatively you can use an approach like this one: add the following code -- cgit v1.2.3