Filip Chovanec

Results 14 comments of Filip Chovanec

Yes, but they are not highest priority right now. I do not fully understand the way to implement them, so will have to do some more research.

yeah me neither

@PQCraft OK, i will check if its not some compilation or bootloader bug.

Or maybe i will just rewrite it completly.

Did some research and it seems to be a problem with the [GDT](https://github.com/GandelXIV/pidi-os/blob/main/boot/b32/32bit-gdt.asm).

> The current Aura 3.x series doesn't support `doas`, but it won't matter once Aura 4 is released. Do you have an estimate as to when will that be?

@MarcusSanchez I wrote this very simple implementation for my personal projects: ```rust #[macro_export] macro_rules! context { ( $( $key:ident $(=> $value:expr)? $(,)* )* ) => { { let mut context...