Hi,
Shakthi Kannan, le Sat 20 Oct 2007 19:14:48 +0530, a écrit :
> start (hd0,3)/hurd/ext2fs.static: (hd0,3)/hurd/ext2fs.static
> device:hd0s4: No such device or address
>
> Is this because of no SATA support for gnumach or am I missing something?
There is no SATA support in gnumach, so you need
Hi,
I am trying to build a Hurd toolchain using cross-gnu and
cross-gnu-env on Debian Etch.
Steps followed:
1. Copy cross-gnu and cross-gnu-env to /bin.
2. mkdir -p build/src
3. Extract all source packages into build/src:
binutils
glibc
gcc
mig
gnumach
Hi,
I am trying to install Hurd with crosshurd on Debian Etch on /dev/sda4.
Steps followed:
1. Created a partition using fdisk (/dev/sda4). Set partition type as ext2 (83).
2. Create filesystem using mke2fs:
sudo mke2fs -vm0 /dev/sda4
3. Mounted:
sudo mount /dev/sda4 /mnt
4.