Search found 120 matches

by ronaldlees
Sun Dec 14, 2014 11:03 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

The problem was related to prioritizing multiple interrupts-in-service, for anyone who's interested in that level of detail ;-) Andy: The "prioritizing multiple interrupt..." and very related topics are covered in pretty decent detail in this link: http://developer.novell.com/devres/langr...
by ronaldlees
Sun Dec 14, 2014 8:00 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

I've observed that single stepping the kernel, you'll often invoke an artificial timeout. During one run, the visopsys screen had: Visopsys 0.75 Copyright (C) 1998-2014 J. Andrew McLaughlin Starting, one moment please ... Detecting hardware: real time clock Error::kernelRtcDriver.c:waitOperationComp...
by ronaldlees
Sun Dec 14, 2014 6:15 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

Andy: IMO Visopsys runs pretty well without the APIC enabled. With APIC enabled, I don't get the same result every time. It seems to be a little varied as to what will happen. I'm not familiar enough with visopsys at this time to make any intelligent guesses as to cause. Working on it though! BTW: I...
by ronaldlees
Sun Dec 14, 2014 5:29 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

This post was redundant with a following one. (should be deleted)
by ronaldlees
Sun Dec 14, 2014 2:52 pm
Forum: General
Topic: Problems with APIC on QEMU
Replies: 28
Views: 80675

Re: Problems with APIC on QEMU

Many thanks Andy. Hopefully, I can muddle around in your modified kernel now, but with a little better map to see where I'm going!
by ronaldlees
Fri Dec 12, 2014 1:23 pm
Forum: General
Topic: Problems with APIC on QEMU
Replies: 28
Views: 80675

Re: Problems with APIC on QEMU

andymc wrote:...... I'll do that tonight (UK time) when I get home -- after the office Xmas party. Let's see if I remember! :lol:
Depending on the type of eggnog they'll have there?

LOL - Have fun at your party.

- Ron
by ronaldlees
Fri Dec 12, 2014 12:55 pm
Forum: General
Topic: Problems with APIC on QEMU
Replies: 28
Views: 80675

Re: Problems with APIC on QEMU

Andy: It seems the kernel on the 2014-12-07 ISO is a release version? It'd be nice to have debug info on interim releases to help out with the debugging. $ gdb ./visopsys GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://g...
by ronaldlees
Thu Dec 11, 2014 11:41 pm
Forum: General
Topic: Problems with APIC on QEMU
Replies: 28
Views: 80675

Re: Problems with APIC on QEMU

Hi Andy: Yes, I think the Debian (and by heredity Ubuntu) distros tend to lag behind the current version of some apps like QEMU. Anyway, as I posted in another thread, I tried the latest ISO (2014-12-07) and it works fine with my QEMU 1.1.2 running on Debian Wheezy 7.5 Edit: It looks like there are ...
by ronaldlees
Thu Dec 11, 2014 11:38 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

Hello again Andy:

Well, I downloaded the ISO image from the link in your message (above), and it works fine with my QEMU version 1.1.2, running on Debian Wheezy (7.5).

Edit:
It looks like there are some intermittent issues, found on a second run. The system sometimes hangs as it did before.
by ronaldlees
Sat Dec 06, 2014 4:55 pm
Forum: General
Topic: PCnet / FAST III
Replies: 32
Views: 90846

Re: PCnet / FAST III

Alright, I did get Qemu up and running. There are some seemingly-harmless error messages from the RTC driver, but the APIC code seems alright now. The problem was related to prioritizing multiple interrupts-in-service, for anyone who's interested in that level of detail ;-) Hi Andy: I've had to do ...