Re: LinuxBIOS problems with DoC

2003-08-27 Thread ron minnich
you can not use doc with the EPIA, you have to use a normal flash. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: about VGA support in voyager2 board

2003-08-27 Thread Peter Stuge
On Wed, Aug 27, 2003 at 04:14:42PM +0900, SONE Takeshi wrote: > > you need to confirm that int #5 is a VSA interrupt of some sort. > > I don't know what VSA is, but int 6 is the Invalid Opcode Exception, VSA is the name of a NSC system to allow for software implementations of legacy hardware. VS

LinuxBIOS problems with DoC

2003-08-27 Thread Michel Belleau
Hi. VIA EPIA 800Mhz DIP2PLCC adapter DoC Millenium 8MB Slackware 9.0 on the HD I downloaded via CVS the latest version of Linuxbios and made my epia.config file. I can hotswap my BIOS chip with the DoC and Linux sees it when I load the modules. I can erase the chip and write whatever to it. I

Re: about VGA support in voyager2 board

2003-08-27 Thread ron minnich
OK, would anyone like to test out my fixed vgabios with the devfn patch? I will look at moving the table to 0x1000. I actually think there was a reason I kept all this on page 0, but that reason probably no longer matters. ron ___ Linuxbios mailing

Re: about VGA support in voyager2 board

2003-08-27 Thread SONE Takeshi
On Wed, Aug 27, 2003 at 07:37:58AM -0600, ron minnich wrote: > > Btw, I've noticed that the idt.c (realmode int handler) puts > > "stub"s starting at 0x400 (1024). It installs 256 stubs, 9 bytes each, > > so they occupy 256*9=2304 bytes from 0x400. > > The 256 bytes (or more?) starting at 0x400 is

Re: about VGA support in voyager2 board

2003-08-27 Thread ron minnich
On Wed, 27 Aug 2003, SONE Takeshi wrote: > On Tue, Aug 26, 2003 at 11:00:27PM -0600, ron minnich wrote: > > you need to confirm that int #5 is a VSA interrupt of some sort. > > I don't know what VSA is, but int 6 is the Invalid Opcode Exception, not > a BIOS service. This means the execution cra

download cvs tarball

2003-08-27 Thread Veikko Werner
hey guys, I can't download the cvs tarball onthe website (file not found) and I can't download directly from CVS (company firewall) How can I get the latest sources? Regards, Veikko ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic

Re: about VGA support in voyager2 board

2003-08-27 Thread SONE Takeshi
On Tue, Aug 26, 2003 at 11:00:27PM -0600, ron minnich wrote: > On Wed, 27 Aug 2003, elife elife wrote: > > > I am trying to add VGA support in cocom voyager2 board. The VGA is found > > but lb complain "biosint: Unsupport int #0x6" endlessly. I dumped the > > original bios and found besides VG

Re: about VGA support in voyager2 board

2003-08-27 Thread ron minnich
On Wed, 27 Aug 2003, elife elife wrote: > I am trying to add VGA support in cocom voyager2 board. The VGA is found > but lb complain "biosint: Unsupport int #0x6" endlessly. I dumped the > original bios and found besides VGA BIOS I extracted, there is VSA driver. > Is VSA driver also needed t

about VGA support in voyager2 board

2003-08-27 Thread elife elife
Hi, I am trying to add VGA support in cocom voyager2 board. The VGA is found but lb complain "biosint: Unsupport int #0x6" endlessly. I dumped the original bios and found besides VGA BIOS I extracted, there is VSA driver. Is VSA driver also needed to work with linuxbios and VGA BIOS? If so, Whe