Mmap() implementation
- Алексей Захаров
- 12 янв. 2016 г.
- 1 мин. чтения
There is one function in POSIX, which is not implemented properly. Her name is mmap().
I had some idea about this implementation, but they works not very good.
One famous DOS extender, HX-DOS, contains implementation of memory mapping functions, such as CreateFileMapping() or MapViewOfFile(). But I need a "bridge" between HX-DOS and EMX. I have an idea about small .exe program. It will accept name of called function in *argv[] array, and return a returning value of function, such as address. I will test this idea later, after finishing compiling of NXlib and Nano-X.
Comentarios