V86 Handler

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
srg_13

V86 Handler

Post by srg_13 »

Hi

I need to write a v86 handler for my OS in C, but I don't know where to start.

Thanks,

Stephen :)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:V86 Handler

Post by Pype.Clicker »

distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:V86 Handler

Post by distantvoices »

@pype: take a look at the wiki page you have mentioned. ];-> I have added some tidbits about creating a vm86 task. Maybe it needs some clean up.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:V86 Handler

Post by Pype.Clicker »

beyond infinity wrote: @pype: take a look at the wiki page you have mentioned. ];-> I have added some tidbits about creating a vm86 task. Maybe it needs some clean up.
neat! i'll get a deeper look, but at first sight it seems gr8. If you could just push the link for Tim's tutorial which i always lose.
Chris Giese

Re:V86 Handler

Post by Chris Giese »

http://my.execpc.com/~geezer/osd/pmode/v86mm.zip

PS - this URL is in the Wiki, but it doesn't work. The tilde (~) is present in the Wiki source, but does not appear in the link.
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re:V86 Handler

Post by Colonel Kernel »

Putting two consecutive tilde's will fix the problem.
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
Post Reply