From: Jeff D. <jd...@ka...> - 2000-01-12 15:49:35
|
> Jeff, am I allowed to advertise my project here? Sure. It's related, and you've got a pointer to my stuff on your site :-) > Please note that Cygwin can't implement mmap(MAP_FIXED) for Windows 95/ > 98. That's probably a Very Bad Thing if you want to run an operating > system in user mode. That would hurt. You definitely want to be able to map pages and have them go where you want. Posix compatibility is definitely not enough. I think the biggest problem would be the ability to intercept and modify Linux system calls. Nothing works without that. There is also code that is written with knowledge about how the system call path works. I'm going to get rid of that, but for now, it's a definite portability problem. Jeff |