←back to thread

408 points ksec | 1 comments | | HN request time: 0.001s | source
Show context
monax ◴[] No.45229746[source]
Didn’t expect to see my project on the main page today ‘^^ Right now the build is broken, so you can’t test the full OS, but you can run individual apps with:

```bash ./skift.sh run --release <app-name> ```

on Linux or macOS.

To see all available apps:

```bash ls ./src/apps ```

replies(6): >>45229766 #>>45229782 #>>45230072 #>>45231061 #>>45231293 #>>45232427 #
1. Rochus ◴[] No.45231061[source]
Impressive achievements, congrats! You said that your microkernel is "influenced by Zircon". Did you also study other architectures like e.g. sel4, Minix or openQNX? What do you consider the important design choices in your microkernel design? Is there a document where you go into this? Have you done performance measurements, i.e. to which other microkernel design do you think your kernel is comparable in terms of performance?