Skip to content

Commit a73d98c

Browse files
committed
Update README, add new figure
1 parent 806d2c0 commit a73d98c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/img/r2-kernel-boot.png

37.5 KB
Loading

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ A second iteration of the RoureXOS operating system, rewritten in Rust.
55
+ [Original RoureXOS (a blog post)](https://krusty.space/projects/rourexos/)
66
+ [rou2exOS Rusted Edition (a blog post)](https://blog.vxn.dev/rou2exos-rusted-edition)
77

8-
![rou2exOS startup](https://blog.vxn.dev/images/posts/rou2exos/cover.webp)
8+
The goal of this project is to make the rou2exOS kernel to follow the microkernel architecture. For purposes of the external program development, there are two key links to consider opening when thinking about extending the system:
9+
10+
+ [ABI specification document](/docs/ABI_OVERVIEW.md)
11+
+ [Syscall client implementation examples](https://github.com/krustowski/rou2exOS-apps) (aka `rou2exOS` Apps)
12+
13+
![rou2exOS startup](/.github/img/r2-kernel-boot.png)
914

1015
To run the OS, you can use the attached ISO image from any Release, and run it in QEMU emulator. The system was also tested on the x86_64 baremetal (booted from the USB flash disk).
1116

0 commit comments

Comments
 (0)