 8a54d267f0
			
		
	
	
		8a54d267f0
		
	
	
	
	
		
			
			- 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
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /* Prototypes for crtso.s. */
 | |
| 
 | |
| #ifndef _MINIX_CRTSO_H
 | |
| #define _MINIX_CRTSO_H
 | |
| 
 | |
| _PROTOTYPE( void _minix_unmapzero, (void));
 | |
| 
 | |
| #endif
 |