NathanMcMillan54
NathanMcMillan54
From skimming through [this](https://github.com/riscv/riscv-uefi-edk2-docs) and not looking up anything else, I thought of starting a UEFI application in Rust for RISCV. Could or should this library make support RISCV?
- [x] C FFI - [ ] C library - [ ] Fs support - [ ] Text files - [ ] Executables - [ ] Shell-like scripting language support...
Novusk v3 is pretty much falling apart for many reasons. There are unmaintained dependencies, there are compiler errors, and it's just very disorganized. I think doing a rewrite and reorganization...
[This](https://github.com/NathanMcMillan54/novusk/tree/v3/arch/x86_64/src/kernel/interrupts) directory is for x86_64 interrupts. It only works for old Intel CPUs and virtual machines which is why it works in Qemu and not on real hardware. It would...
This isn't going to be worked on for a while, this is just a TODO list of things that need to be added and changed: - [x] [Architectures](https://github.com/NathanMcMillan54/novusk/issues/12) - [...
A list of drivers for Novusk v3 - [x] Sound - [x] Multitasking - [x] Try network drivers - [x] USB device drivers - [ ] Proper UEFI support -...
When I try to compile stm32-eth it can't compile the cortex-m dependencie. This error comes up three times and nothing else: ```command line error[E0412]: cannot find type `RegisterBlock` in module...