Update of /cvs/BasiliskII/src/Unix
Modified Files:
video_vosf.h video_x.cpp
Log Message:
zero_fd is not longer used since vm_alloc.cpp should handle that correctly.
However, vm_init() and vm_exit() are called in main_unix.cpp to ensure proper
initialization of the internal zero_fd descriptor, if needed. i.e. no
anonymous mapping for mmap()-based memory allocation.
|