1. Add a full test suite for mmap 2. Implement file-backed memory mapping 3. Implement fixed, anonymous memory mapping 4. Implement hinted, anonymous memory mapping 5. Implement munmap that covers partial/multiple memory mappings
		
			
				
	
	
		
			6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../test_common.mk
 | |
| 
 | |
| EXTRA_C_FLAGS := -Wno-return-stack-address
 | |
| EXTRA_LINK_FLAGS :=
 | |
| BIN_ARGS :=
 |