Skip to content

yyyeerbo/as

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as

address space operation support on host

patch based on 4.17.19

as_create: create empty address space. almost useless map everything by yourself(eg. execv implement in userspace)

as_copy: copy current address space, no cow.

as_mmap: mmap on specific mm_struct instead of current->{mm, active_mm}

as_munmap: like mmap, but is unmap

as_mprotect: mprotect on specific mm_struct

as_switch_mm: switch to address space prepared by previous steps.

as_destroy: destroy address space. It is equivalent to close. should be deleted sooner or later

About

address space operation support on host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages