Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up some warnings by using the generated structures in <sys/sysproto.h> | peter | 1995-12-15 | 1 | -31/+31 | |
| | | | | | for passing to the bsd system calls, rather than inveninting our own equivalent structures. | |||||
* | Completed function declarations and added prototypes. | bde | 1995-11-22 | 1 | -2/+8 | |
| | | | | | | Removed some unnecessary #includes. Fixed warnings about nested externs. | |||||
* | First incarnation of our Linux emulator or rather compatibility code. | sos | 1995-06-25 | 1 | -0/+595 | |
This first shot only incorporaties so much functionality that DOOM can run (the X version), signal handling is VERY weak, so is many other things. But it meets my milestone number one (you guessed it - running DOOM). Uses /compat/linux as prefix for loading shared libs, so it won't conflict with our own libs. Kernel must be compiled with "options COMPAT_LINUX" for this to work. |