raca banner

raca

7 devlogs
19h 10m 37s

A simple OS written in rust, deeply inspired by zircon.

Loading README...

239873059

I refactored kernel object declarations to improve flexibility. And I have also added Thread kernel object, and I will start to implement simple multitask tomorrow.

Attachment
Attachment
0
239873059

I have added VMAR children support, so it should be user-friendly now.

Attachment
0
239873059

I’ve added VMAR and VMO, but they still require more functionalities to become user-friendly. Anyway, racaOS is now supported to run as a libOS on Linux!

Attachment
Attachment
0
239873059

I am going to support LibOS! This will enable us to test our operating system on linux, and it avoids breaking unit tests.

Attachment
0
239873059

We’ve added two kernel objects, process and channel. The next step will to implement more functions, and we will make use of kernel-hal tomorrow.

Attachment
0
239873059

I turned back to rust. Now I am going to implement my design.

Attachment
0
239873059

I’m trying really hard to parse ACPI tables. But the address of the first sdt is invalid for some unknown reasons.

Attachment
0