Re: DRL updated! -- please stop that INT discussion! ( FPC )
Aitor Santamaria Merino <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
> > >the question would be how good FPC >emulates the CRT and DOS units and if it is possible to replace the remaining >direct intr() and [$40:xx] accesses thet it uses. > No, I am almost sure that it won't redirect interrupts and memory. If you want easy porting, just avoid MEM[], intr() and msdos(), and just use DOS Unit. Aitor