rewrite sys_mmap() as sys_new_mmap()

This commit is contained in:
NAKAMURA Gou
2013-07-10 13:08:14 +09:00
parent dae884d572
commit 2aa5194958
10 changed files with 651 additions and 195 deletions

View File

@ -22,7 +22,11 @@ struct program_image_section {
unsigned long len;
unsigned long remote_pa;
unsigned long filesz, offset;
int prot;
int padding;
#if 0
void *source;
#endif
};
struct program_load_desc {