Re: [Freedos-devel] Calling interrupts when iddle

2011-09-23 Thread C. Masloch
Refer to a forum posting I made regarding this: http://www.bttr-software.de/forum/forum_entry.php?id=10397 It discusses idling via Int28, Int2F.1680, and by issuing hlt instructions. As explained I only use the latter two. Regards,

Re: [Freedos-devel] Calling interrupts when iddle

2011-09-23 Thread C. Masloch
(1) I'm talking about pure realmode, so 2Fh 1680h is what I need. Yes, as I mentioned, if you're in real or V86 mode (not protected mode) then attempting 2F.1680 via 31.0300 is of course impossible and not necessary. (2) HLT could be another option, but it is not what I am looking for, as