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

    Language:C6202
  • prateekroy/Jarvis-Operating-System

    x86 based Operating System

    Language:C5103
  • waffyved/Shelly

    Shell in C, Files required to create your own shell

    Language:Yacc3001
  • 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

    Language:C1100
  • MatrixAI/js-exec

    Execute child process while replacing process-memory for TypeScript & JavaScript

    Language:JavaScript23