sPyOpenSource / os

Java Operation System, it is an operating system that you can build by yourself.
http://s55969da3.adsl.online.nl/git/index.html#item/41
GNU General Public License v3.0
13 stars 0 forks source link

Portable Operating System Interface #15

Open sPyOpenSource opened 5 years ago

sPyOpenSource commented 5 years ago
sPyOpenSource commented 5 years ago

The standardized user command line and scripting interface were based on the UNIX System V shell. Many user-level programs, services, and utilities (including awk, echo, ed) were also standardized, along with required program-level services (including basic I/O: file, terminal, and network). POSIX also defines a standard threading library API which is supported by most modern operating systems.

sPyOpenSource commented 5 years ago

http://asm.sourceforge.net/syscall.html#p34

sPyOpenSource commented 5 years ago

wait, exec, fork, exit, and kill

sPyOpenSource commented 4 years ago

https://github.com/jenkinsci/jna-posix