• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1memtoy:
2
3if migrate_pages(2) system call ever becomes standard, will need to change
4Makefile not to build and link against migrate_pages.o and not to define
5_NEED_MIGRATE_PAGES.
6
7More documentation?
8
9
10Desired features?
11
12	+ verify contents after migration?
13
14	+ cpu affinity for testing default policy and migration
15
16	+ set_mempolicy() UI
17
18	+ multiple processes [children] sharing mappings
19
20	+ help summary for help w/ no args.  Details when
21	  command specified.
22
23	+ command to toggle verbosity?
24
25	+ echo command to echo comments for scripts
26
27	+ fancier UI [command line editing?]
28
29	+ ...
30