Anhad Singh

Results 49 comments of Anhad Singh

Also some docs on windows user how to get `OVMF.fd` without WSL if thats possible will be great :)

All good! I will check it out thanks!

Amazing!! It would be nice to be able to do this without needing to use fancy macros. Causz that could lead to lots of inlined code. Right? Personally I think...

Ah I see. The current read method takes a field. What if you want to compare two CPU local Arcs? ```rust ($wrapper:path, $field:tt) => {{ ``` ```rust if Arc::ptr_eq(&new_process, &previous_process)...

The macro actually produces more optimised assembly. I see

The `freestanding-headers` are required to be updated to have the `UINT64_C` macro in-order for LAI to compile; explains the broken CI.

- [x] sys_socket - [x] sys_connect - [x] sys_bind - [x] sys_listen - [x] sys_accept - [x] sys_recv - [x] sys_send

It would be nice to have a `config.toml` where we could enable or disable ports that we want to build. For example: ```toml # ---- config.toml ----- [sysroot] # by...