execvpe
There are 5 repositories under execvpe topic.
sam41290/operating-system-x86-64bit
A basic operating system for x86 architecture(64 bit) with TARFS filesystem. Supports fork(), cow(), paging, virtual memory/ring3 user process and syscall using INT $80. Able to run a shell and binaries: ls, cat, echo, kill, ps,sleep
prateekroy/Jarvis-Operating-System
x86 based Operating System
waffyved/Shelly
Shell in C, Files required to create your own shell
fullstackguyhere/ABasicOperatingSystem
A basic operating system for 64bit with In-memory tar-based filesystem. Supports fork(), cow(), paging, virtual memory/ring3 user process and syscall using INT $80. Able to run a shell and binaries: ls, cat, echo, kill, ps,sleep
MatrixAI/js-exec
Execute child process while replacing process-memory for TypeScript & JavaScript