Hello,

2008/6/3 Eric Auer <[EMAIL PROTECTED]>:
>
> Hi Robert,
>
> I remember some old "driver in protected mode" and cloaking
> related stuff from the old days but only few drivers did
> support it afair? So I would suggest that we just take our
> new open source drivers and turn those which really need
> a lot of RAM into JLM modules for JEMM386. The interface
> is a bit like DLL and DPMI, you can for example hook any
> DOS interrupt and let the handler reside outside the first
> megabyte :-). Typical candidates would be DOSLFN, SHSUCDX,
> SHARE, DISPLAY, but the latter is a bit tricky as it does
> have to show the font data in DOS-accessible RAM sometimes.

In most times: every time someone calls the video mode change function
at int 10h. You could actually hook the call, and before going into it
then: alloc somewhere 12Kb of memory (from DOS?), then use XMS
functions to recall data back, and finally do the usual DISPLAY
stuff... but looks like quite prone to failures to me.

Aitor

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to