OSDev.org

The Place to Start for Operating System Developers
It is currently Wed Apr 17, 2024 7:09 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: PMode VBE Test Image
PostPosted: Mon Oct 04, 2004 6:36 am 
Hi all,

This Mini OS is for testing out the PMode VBE interface and is available as Open Source.

If you would be kind enough to help test if it works on different graphics cards and computers it will be appriciated, please send me your results if possible.

It is available at http://doyle.id.au/html/pkd_s_osdev.html

Thanks
pkd


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Tue Oct 05, 2004 2:17 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 2:31 am
Posts: 5964
Location: In a galaxy, far, far away
- tested under BOCHS (2.2.1, home-compiled). tells "no pmode VBE interface supported", as expected ...

- tested under VMware 3.1.1 build-1790 ... same message (more surprising :-/ )

_________________
Image May the source be with you.


Top
 Profile  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Tue Oct 05, 2004 6:04 am 
Thanks for testing,

I should have mentioned that it wont work under Bochs,and not sure about VM-Ware, But it should work from floppy

OK bye.
pkd.


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Tue Oct 05, 2004 6:45 am 
Offline
Member
Member
User avatar

Joined: Sat Jan 15, 2005 12:00 am
Posts: 8561
Location: At his keyboard!
Hi,

I tested the VBE test on 8 computers (I didn't worry about trying Bochs). Here's the results:

On 3 computers (no details provided) it displays "No Pmode VBE Interface...(Reset to Exit)".


WORK MACHINE
Pentium IV 1.66 Ghz
256 Mb RAM
40 Gb hard drive
8 Gb hard drive
NVIDEA RIVA TNT2 Model64 Pro video card
NETGEAR FA311/FA312 PCI Ethernet card

COMPUTER D
AMD-K6 3D processor 166Mhz
16Mb Memory
1.44 Mb floppy
CDROM using IDE interface - working (looks crappy)
SiS 6326 video card
NE2000 compatible ethernet card

COMPUTER P
Dual Pentium III 1 GHz
512 Mb RAM
Adaptec AIC-7899 dual-channel SCSI on motherboard
2 * 9 Gb Quantum ATLAS SCSI hard-drives
IDE CD-ROM (50x generic)
Ethernet on motherboard plus 2 PCI ethernet cards

On these 3 computers the screen flashes blue and it triple faults.



COMPUTER H - configured with win95
160Mhz Cryix/Pentium
16Mb Memory
1.44 Mb floppy
514Mb Hard disk
CDrom using IDE interface
Cirrus Logic 5430/40 PCI video card
ESS ES688 Audiodrive sound card
NE2000 compatible ethernet card

COMPUTER O - configured with linux
Pentium Pro 200 MHz
128 Mb RAM
Adaptec AHA-2940 SCSI controller
Compaq ST32550W SCSI hard-drive
IBM DCAS-34330W SCSI hard-drive
IBM DGHS09U SCSI hard-drive
Sony CDU-76S SCSI CD-ROM
Ethernet on motherboard

For these 2 computers it displays "Pmode Initialized..." and stops (doesn't triple fault, respond to keyboard or do anything after displaying the message).


Cheers,

Brendan

_________________
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.


Top
 Profile  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Tue Oct 05, 2004 7:31 am 
Ok thanks brendan,

Looks like ive still got some work to do.

pkd


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Wed Oct 06, 2004 1:17 am 
Offline
Member
Member
User avatar

Joined: Sat Oct 23, 2004 11:00 pm
Posts: 1223
Location: Sweden
Tested it on 2 computers.
My own with Gforce 2 and my mothers with NVIDEA RIVA TNT2.

On both computers i could see the "VBE test loading.." mess, then it seems like the screen turns blue (not sure, it is fast) before it resets..

/ Christoffer

_________________
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub


Top
 Profile  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Wed Oct 06, 2004 4:13 am 
I think that the blue screen and reset problem is my A20 code,
Have changed to using the Keyboard controller method instaed of port 0x92, and updated the file on my web site,

If you could please test the new code it would be appriciated,

Thanks
pkd.


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Fri Oct 08, 2004 3:10 am 
Offline
Member
Member
User avatar

Joined: Sat Jan 15, 2005 12:00 am
Posts: 8561
Location: At his keyboard!
Hi,

pkd wrote:
Have changed to using the Keyboard controller method instaed of port 0x92, and updated the file on my web site,

If you could please test the new code it would be appriciated,


Ok, using my previous post as a reference, Computer D and Computer H now display the "No Pmode VBE Interface...(Reset to Exit)" message. All other computers behave the same as previously reported.


Cheers,

Brendan

_________________
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.


Top
 Profile  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Fri Oct 08, 2004 9:32 pm 
Hi All,

Have updated file again using two a20 methods, hopefully it works this time.

Thanks for everybodys patients

pkd


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Sat Oct 09, 2004 1:30 pm 
Offline
Member
Member

Joined: Wed Oct 18, 2006 11:59 am
Posts: 1600
Location: Vienna/Austria
Have tested VBE_test and got following results:

Test under VMware 4.5.1: No VBE PMode Interface detected.

Test on real hardware: AMD k7 Thunderbird, Abit Mobo, 128 mb ram, average graphics adapter with vbe 2.0 bios:

detects pmode vbe 2.0 interface and lists several modes.

I have tried several of these modes: it seems to try a mode switch but then it triple faults.

HtH

_________________
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image


Top
 Profile  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Sun Oct 10, 2004 6:27 am 
Ok, Im not sure whats going on with the tripple fault on mode switch, but at least Ive got it this far.

The Interface must be working to some extent as I get the mode numbers, and the mode info thru it, but the exception handlers not picking it up, Have to think about it a bit more.

Thanks again to everyone whos tested.

pkd.


Top
  
 
 Post subject: Re:PMode VBE Test Image
PostPosted: Thu Nov 04, 2004 6:04 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 2:31 am
Posts: 5964
Location: In a galaxy, far, far away
trying to download the VBE_test.zip leads to 404 error ...

_________________
Image May the source be with you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Majestic-12 [Bot] and 580 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group