jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
169 stars 48 forks source link

[POSIX] [SYSCALL] execve #6

Open jameswalmsley opened 10 years ago

jameswalmsley commented 10 years ago

Implement the execve syscall. This allows a process to replace its own memory map with that of an executable image loaded from a storage medium.