Re: Kernel Page Fault in CVS oskit-mach.

2003-07-12 Thread Alfred M. Szmidt
First of all I appologise for the horrible late reply, but better late then never, eh? It looks like an interrupt routine is causing the SEGV? (eip is 0x1, wouldn't this be in the x86 interrupt vector?, would that explain why the backtrace cant give specific info?) Well, the info in fram

CVS oskit/mach

2003-07-01 Thread ddavies
Hi, I occasionally ask this question but no one ever answers. Time has come to try again :) I have two problems that may or may not be related. I'm running oskit/mach (GNUmach 2.0) from up to date CVS ('cvs up' for both oskit and mach last night). The first problem is that I get a crash eithe

Kernel Page Fault in CVS oskit-mach.

2003-06-13 Thread Michael Oberg
Using the OSKIT patch I submitted earlier today (and modifying oskit/dev/linux_ethernet.h for my network card), I successfully compiled oskit-mach using 'make kernel-ide+floppy+ethernet_rtl8139'. When I boot, I get the following output: Welcome to GNU Mach 1.91! Kernel page fault at address 0x

Patch to CVS OSKIT to Compile CVS oskit-mach.

2003-06-13 Thread Michael Oberg
This patch adds oskit/libc/string/stpcpy.c to the OSKIT source. This adds this function to the minimal oskit c library liboskit_c.a, so that the call to stpcpy from gnumach/oskit/ds_bus.c line 46 succeeds on linking. diff -Nrup oskit.orig/libc/string/stpcpy.c oskit/libc/string/stpcpy.c --- os