> Yes, I know that IBM-PC is not a Mac and does not have all many registers 
> but ELKS does not use all of them anyway!  IIRC the ES register is not 
> used and thus can be used in much the same way.  Also, PC code is usually 
> riddled with Int calls so why not use something like this...

Once you implement memory defragmentation and swapping you can't just do
intersegment calls on an 8086, you can on 286 protected mode. Since playing
with per task LDT stuff on 286 pm is seriously unfunny the first time you
try it I'd strongly suggest getting the 64/64k limited stuff working on
an 80286 pm first

Reply via email to