diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-05-16 00:41:35 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-05-16 00:41:35 +0000 |
commit | 001a0c921400d74200c7f968fccff17a36c8dc2a (patch) | |
tree | 237f828c7a6718483862aef29316b7429db6d1f2 /Hurd | |
parent | 70490050bcb1b47554f91803f4d9b228a2ae740c (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/GrantBowHurdPage.mdwn | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Hurd/GrantBowHurdPage.mdwn b/Hurd/GrantBowHurdPage.mdwn index dc1e88e0..a29e2859 100644 --- a/Hurd/GrantBowHurdPage.mdwn +++ b/Hurd/GrantBowHurdPage.mdwn @@ -1,15 +1,17 @@ -This is just a sample. - -Problems I'm having right now include compiling OSKit (not OSKit-Mach but OSKit itself) so that it will not reboot so quickly. I don't know why it's not loading. +Here are some notes on my current Hurd activity. I am also unable to get my PCI NE-2000 clone network card working. The driver loads but no routes are possible and therefore no packets get to the network. This is actually a DE-220 NIC that I started to discuss on hurd-help. Here's the actual change I made to gnumach-20020421/linux/dev/drivers/net/Space.c static struct device eth0\_dev = \{ "eth0", 0, 0, 0, 0, 0x240, 10, 0, 0, 0, &eth1\_dev, ethif\_probe \}; -Now that I have a second machine for Hurd development I hope to get around these problems with alternate hardware. - -If anyone knows more about these items, please add your comments below with your signature. - Cheers, -- [[Main/GrantBow]] - 13 May 2002 + +Booting OSKit-Mach mysteriously works now! Yeah! I didn't even change anything! + +My problems now is how to get my second machine's (hd0,2) (/dev/hda3 for linux folks) partitionto bre recognized by Grub. When I try 'root (hd0,2)' grub spits back 'Filesystem type unknown, partition type 0x83'. This is a standard ext2 /boot partition from my test Progeny install. I even removed the partition, added it back, fsck.ext2 and moved the files back. It still doesn't see the -filesystem-. Very strange. This prevents me from using my second machine right now. + +If anyone knows more about these items, please add your comments below with your signature. + +-- [[Main/GrantBow]] - 16 May 2002 |