summaryrefslogtreecommitdiffstats
path: root/lkm/linux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-2/+2
| | | | | | | | | | | | | | | | | Compile and link a new kernel, that will give native ELF support, and provide the hooks for other ELF interpreters as well. To make native ELF binaries use John Polstras elf-kit-1.0.1.. For the time being also use his ld-elf.so.1 and put it in /usr/libexec. The Linux emulator has been enhanced to also run ELF binaries, it is however in its very first incarnation. Just get some Linux ELF libs (Slackware-3.0) and put them in the prober place (/compat/linux/...). I've ben able to run all the Slackware-3.0 binaries I've tried so far. (No it won't run quake yet :)
* Update the linux lkm to use the new file list and build routine.peter1996-03-021-5/+25
| | | | This is a bit of a kludge and needs more work.
* Add missing ${DESTDIR} to afterinstall: target.rgrimes1996-01-271-2/+2
|
* No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etcpeter1996-01-081-7/+3
| | | | | for the CFLAGS. Now, it tracks whatever the booted kernel has rather than being specifying what features your kernel has at lkm build time.
* Add opt_sysvipc.h rules similar as in ibcs2 Makefileache1996-01-061-2/+6
| | | | (make fails in old case)
* Added SYSVSHM definesos1995-12-291-2/+2
|
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+16
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.
OpenPOWER on IntegriCloud