Results 25 comments of NathanMcMillan54

Try looking at [this](https://github.com/rust-osdev/bootloader#usage)

[4faf043](https://github.com/NathanMcMillan54/novusk/commit/4faf043b95cbbbccc61657130d67f7aa6250ce2c) - All errors from Novusk v3 have been fixed.

There will have to be a few changes made for the parts of Novusk that use ``volatile``, until then ``0.3.0`` will be used instead.

Sound has been in Novusk since v3-beta arch v1

When multitasking is added, it'll be used for lots of things, mostly drivers (which could mean a frame buffer). It'll be very helpful if you made a way to implement...

[bcb4cde](https://github.com/NathanMcMillan54/novusk/commit/bcb4cde742f04dec2f4495c5c99cdc8400426b56) added USB drivers.

[b279b79](https://github.com/NathanMcMillan54/novusk/commit/b279b799fdd2c9023c0ca834c843d3d6c9321dc8) added multitasking for x86_64 kernel.

You can help start

[e5ec7ff](https://github.com/NathanMcMillan54/novusk/commit/e5ec7ff729c905bca91d3ca7b3e2033cc49a8c2a) Added PS2 mouse support

Ethernet drivers for arm32 have been added and has been apart of novusk for a while, RISCV and Xtensa (esp) will soon have wireless drivers