nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `getppid` syscall

michalfita opened this issue · comments

As part of implementation exercise and familiarization with process guts of Kerla I'd like to implement getppid() system call.