mirror of
https://github.com/drasko/codezero.git
synced 2026-04-06 20:19:04 +02:00
shmat/shmget for utcbs are working for now.
faults on shared memory needs to be implemented.
This commit is contained in:
@@ -25,4 +25,6 @@ int do_munmap(void *vaddr, unsigned long size, struct tcb *task);
|
||||
int do_mmap(struct vm_file *mapfile, unsigned long f_offset, struct tcb *t,
|
||||
unsigned long map_address, unsigned int flags, unsigned int pages);
|
||||
|
||||
int mmap_address_validate(unsigned long map_address, unsigned int vm_flags);
|
||||
|
||||
#endif /* __MM0_MMAP_H__ */
|
||||
|
||||
Reference in New Issue
Block a user