-
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
Showing
19 changed files
with
422 additions
and
200 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# snek_os | ||
|
||
Experimental OS. Aiming to have: | ||
|
||
- [x] Lightweight cooperative scheduler | ||
- [ ] WebAssembly userspace | ||
- [ ] Reasonable collection of networking drivers to run on real systems | ||
|
||
## Building | ||
|
||
```shell | ||
$ make | ||
``` | ||
|
||
## Running in QEMU | ||
|
||
```shell | ||
$ make run | ||
``` | ||
|
||
## Running elsewhere | ||
|
||
Grab `out/x86_64-unknown-none/debug/snek_os.iso` and use as needed. | ||
|
||
![Screenshot of the OS after booting, displaying a logo and debug logs](./screenshot.png) |
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
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
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
Oops, something went wrong.