You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
588 B

memtoy:
if migrate_pages(2) system call ever becomes standard, will need to change
Makefile not to build and link against migrate_pages.o and not to define
_NEED_MIGRATE_PAGES.
More documentation?
Desired features?
+ verify contents after migration?
+ cpu affinity for testing default policy and migration
+ set_mempolicy() UI
+ multiple processes [children] sharing mappings
+ help summary for help w/ no args. Details when
command specified.
+ command to toggle verbosity?
+ echo command to echo comments for scripts
+ fancier UI [command line editing?]
+ ...