top of page

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


Subscribe to news

Yeah :) You are with me now!

  • Black Facebook Icon
  • Black Twitter Icon
  • Black Pinterest Icon
  • Black Flickr Icon
  • Black Instagram Icon

© 2015-2016 by Alexey Zakharov (Napoleon80386). Proudly created with Wix.com

bottom of page