Re: Invoking int 0x10 from a service
"Alexandre Courbot" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Allright, I just realized some of the messages I posted did not appear on the mailing list because I was using a different address from the one I subscribed with... >_< Anyway, after playing a little bit with x86emu and fixing a bad bug with the address space allocator that did not return page-aligned addresses as it was supposed to do (resulting in my mappings being all screwed), I have finally been able to switch the video mode and draw on the screen by mapping the video memory. Which means I can use classical BIOS and VBE video modes without leaving protected mode. Thanks everyone for all your suggestions - they have been very helpful. Alex. PS: the list maintainer can trash my unposted messages, since they do not bring anything new to the discussion.