Re: linuxbios + epia-m + vga success, here are details [PMX:#]

2003-07-18 Thread Andrew Ip
Hi, OK, looks like Ill be implementing this unless Andrew Ip already committed something (but I have not seen it). Not yet. I still have to work on the DDR config for EPIA-M. Help are welcome. :) -Andrew -- Andrew Ip Email: [EMAIL PROTECTED] Tel:(852) 2542 2046 Fax:(852) 2542

Re: linuxbios + epia-m + vga success, here are details [PMX:#]

2003-07-18 Thread ron minnich
On Fri, 18 Jul 2003, Dave Ashley wrote: Inside src/arch/i386/lib/idt.c case MEMSIZE: // who cares. eax = 64 * 1024; ret = 0; break; +#ifdef CONFIG_INT21HANDLER + case 0x15: + ret=handleint21( edi, esi, ebp,

Re: linuxbios + epia-m + vga success, here are details [PMX:#]

2003-07-18 Thread Dave Ashley
Setting up a c-diff would be tricky on my end. The CVS checkout doesn't actually work as described in the linuxbios web page. I had to download the daily snapshot, then extract that into my own cvs server, then check that out to get the code. However I then started checking stuff back in since it

Re: linuxbios + epia-m + vga success, here are details [PMX:#]

2003-07-17 Thread ron minnich
Great stuff. I am hoping Andrew Ip can take a look and use some of it. What is INT 15 anyway? ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: linuxbios + epia-m + vga success, here are details [PMX:#]

2003-07-17 Thread Adam Agnew
What is INT 15 anyway? A variety of system information (ram size, keyboard interface, etc). See Ralf Brown's interrupt list: http://oopweb.com/Assembly/Documents/InterList/Volume2.html - Adam A. ___ Linuxbios mailing list [EMAIL PROTECTED]