Re: [Freedos-devel] BIOS calls in 16bit protected mode

2012-06-14 Thread Kevin O'Connor
On Thu, Jun 14, 2012 at 02:14:45PM +, Bret Johnson wrote: > > Specifically, I am trying to determine if there are legacy > > applications or operating systems that invoke standard BIOS > > real-mode interrupt handlers while in 16bit protected mode. (The > > legacy real-mode entry points - like

Re: [Freedos-devel] Blocek 1.34

2012-06-14 Thread Rugxulo
Hi, On Wed, Jun 13, 2012 at 11:43 AM, Ladislav Lacina wrote: > Today I noticed that I forgot to update the Blocek on Laaca-mirror site onto > new version 1.34B. > Upgrade is recomended. I did not test, but I did update the iBiblio mirror, if that helps any.

Re: [Freedos-devel] BIOS calls in 16bit protected mode

2012-06-14 Thread Rugxulo
Hi, N.B. I'm far from an expert, please no one scream at me for misunderstanding what he means (or if it's more low-level than I assume). On Wed, Jun 13, 2012 at 10:24 PM, Kevin O'Connor wrote: > > I've been working on an open-source BIOS project called SeaBIOS for > the last few years:  http://

Re: [Freedos-devel] Blocek 1.34

2012-06-14 Thread dos386
> I'll test Done (see BTTR). -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include e

Re: [Freedos-devel] BIOS calls in 16bit protected mode

2012-06-14 Thread Ladislav Lacina
I think generaly BIOS interrupts can be called from 16-bit protected mode in case when all interraction between BIOS and user program is done using registers. If the interraction is done via buffers, it will not work. > Původní zpráva > Od: Bret Johnson > Předmět: Re:

Re: [Freedos-devel] BIOS calls in 16bit protected mode

2012-06-14 Thread Bret Johnson
> Specifically, I am trying to determine if there are legacy > applications or operating systems that invoke standard BIOS > real-mode interrupt handlers while in 16bit protected mode. (The > legacy real-mode entry points - like "int 0x13" - not the > declared 16bit protected mode entry points def