Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
86 stars 9 forks source link

copyinstruct() refactoring #142

Closed OlliV closed 4 years ago

OlliV commented 7 years ago

copyinstruct() should receive the kernel copy of args struct as an argument and only copy data pointed by the arg pointers. This way syscall code could make proper input validation before copying anything.

OlliV commented 4 years ago

Instructions unclear and hard to implement.