- VM_KERN_NOPAGEZERO feature is gone
- sys_getbiosbuffer feature is gone (from kernel; available from vm) - bump version number because munmap() calls that newly compiled binaries will do trigger an ugly (but harmless) error message in older VM's - some new VM calls and flags, the new IPC calls - some new CR0 register bits - added files for shared memory
This commit is contained in:
@@ -8,11 +8,11 @@ all::
|
||||
clean::
|
||||
|
||||
install::
|
||||
-rm -rf $(INC)
|
||||
mkdir -p $(INC)
|
||||
cpdir . $(INC)
|
||||
@chown -R bin $(INC)
|
||||
@rm -f $(INC)/Makefile
|
||||
#-rm -rf $(INC)
|
||||
#mkdir -p $(INC)
|
||||
#cpdir . $(INC)
|
||||
#@chown -R bin $(INC)
|
||||
#@rm -f $(INC)/Makefile
|
||||
|
||||
gcc: install
|
||||
SHELL=/bin/sh; if [ -f $(MKHEADERS343) ] ; then sh -e $(MKHEADERS343) ; fi
|
||||
|
||||
Reference in New Issue
Block a user