forked from NodeOS/NodeOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
081515b
commit 1a91d17
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
NodeOS | ||
====== | ||
# NodeOS | ||
|
||
NodeOS is an OS only by the following definition: | ||
|
||
``` | ||
+-----------+ | ||
| Hardware | | ||
+-----------+ | ||
| Kernel | | ||
+-----------+ | ||
| Root | <--- Where NodeOS lives | ||
+-----------+ | ||
| Userland | | ||
+-----------+ | ||
``` | ||
|
||
1. NodeOS is *not* a NodeJS kernel | ||
2. NodeOS starts *after* the kernel loads | ||
3. No non-kernel processes run before NodeOS | ||
|
||
For the purposes of this project, the above definition is *always* what is meant by an OS. | ||
One consequence of this definition is that eventually, NodeOS might be kernel agnostic. | ||
|
||
## Goal | ||
|
||
- The primary goal of NodeOS is to provide a working package manager | ||
- The primary package manager will use NPM |