Darrin M. Gorski
Darrin M. Gorski
I think SeaBIOS is fine as all of this works properly under FreeDOS. It doesn't look like the PCMOS kernel is aware of APM. This doesn't surprise me, APM was...
> DOS kernel is not involved. That's a fair point - under a single-tasking OS the app itself is responsible. Would be nice if the MOS kernel could be nicer...
It looks like there are two calls in MOSINT38.asm that are related to tasks opting out of timeslices. ah=06 - time wait an optional task deselection. bx=# of timer ticks...
06 is indeed undefined/unused but 07 seems to be implemented completely. The comments in the asm file make for an nteresting read. It seems that much of the task related...
I haven't found anywhere that it is used _inside_ of MOS, but I also haven't done a very thorough search. I'm wondering if this is something that a _MOS-aware_ application...
I found this link, an HTML version of Ralf Brown's Iterrupt list (RBIL). It shows that the MOS API moved from INT 28 to INT D4 after PC-MOS 3.0, there...
Hi I have enjoyed a few days of PCMOS. I'm running the 5.01 with the patches, (no 60m timebomb.) I cannot remember how I went about this, I think I...
Hmm. I read through the 5.01 manual and it seemed pretty clear that there is a significant difference between "memory managed" and not. Anyway, I was just excited to have...
Yep, FreeCOM is also broken in a similar way (it is hard coded to always return zero no matter what). This was one of the reasons I went looking for...
Awesome! How do I build?