quantii
quantii copied to clipboard
An operating system running the Ardaku engine.
https://rustsec.org/advisories/RUSTSEC-2022-0061 `ardaku` crate pulls in old `wasmi`, Ardaku just needs to get updated.
https://rustsec.org/advisories/RUSTSEC-2022-0063 `linked_list_allocator` (Multiple vulnerabilities resulting in out-of-bounds writes) pulled in from `nmallocator` crate in Novusk. Requires updating from 0.9 to 0.10
https://rustsec.org/advisories/RUSTSEC-2022-0054 wee-alloc (unmaintained) pulled in from `nmallocator` crate in Novusk.
- [ ] HelloWorld.wasm runs on neutron/quantii and prints to uart0 - [ ] neutron/quantii shell works and helloworld.wasm prints to tty
High-level drivers can be implemented in WebAssembly (example: A portable keyboard driver that can depend on USB driver from either Novusk or Neutron).
For instance if QEMU or objcopy aren't installed.