diff options
Diffstat (limited to '080_blog/00110_Fool-Operating-System/index.md')
| -rw-r--r-- | 080_blog/00110_Fool-Operating-System/index.md | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/080_blog/00110_Fool-Operating-System/index.md b/080_blog/00110_Fool-Operating-System/index.md index 23e18d4..765b33d 100644 --- a/080_blog/00110_Fool-Operating-System/index.md +++ b/080_blog/00110_Fool-Operating-System/index.md @@ -1,9 +1,43 @@ Fool OS ======= -My little buggy toy operating system is a never ending work in progres... +My little buggy toy operating system is a never ending work in progress... + +## Screenshots + +{.img-fluid}\ +**Booting** the Kernel in frame-buffer mode + +{.img-fluid}\ +**Shell** in text mode. + +{.img-fluid}\ +[click here for full-resolution version of pic above.](foolos2.png)\ +My **Compositing** Window Manager in action. As you see **Fool-OS** ships +with **vim** and some little **ncurses** programms as well as a +**Brainfuck** interpreter. + +## Videos + +<video style="width:60%;min-width:100pt;" controls> + <source src="pipes.mp4" type="video/mp4"> + <source src="pipes.ogv" type="video/ogg"> +Your browser does not support the video tag. + +</video> +Demonstrating the Kernel's **piping** functionality, inside the shell. + +<video style="width:60%;min-width:100pt;" controls> + <source src="compositing.mp4" type="video/mp4"> + <source src="compositing.ogv" type="video/ogg"> +Your browser does not support the video tag. + +</video> +Some random **ncurses** programms running in the **Window Manager**. + +## Links * [reference](https://www.idziorek.net/~miguel/fool-os-ref/) * [git](https://gitweb.softwarefools.com/?p=miguel/fool-os.git) -The ref is outdates as far as I saw last time.. +The ref and readme are of course outdated ... |
