-
# This Month in Rust OSDev: October 2024 | Rust OSDev
Operating System Development in Rust
[https://rust-osdev.com/this-month/2024-10/](https://rust-osdev.com/this-month/2024-10/)
-
This system is very cool but I still don't know how it works from the ground up. Do you foresee the creation of some tutorial on this topic. Something like https://os.phil-opp.com/ only in **V** ?
I …
ghost updated
9 months ago
-
https://talkaboutos.top/#/osdev/os-res_v1.0
记录分享 「操作系统学习」路上的点点滴滴
-
Help
I run make and get this error:
PS C:\Users\George\Workspace\OSdev> .\make
mkdir -p build
nasm src/bootloader/boot.asm -f bin -o build/bootloader.bin
process_begin: CreateProcess(NULL, nasm s…
-
https://wiki.osdev.org/Higher_Half_Kernel
-
If you are able to, try making this programming language be able to be used in OSDev.
ashp0 updated
3 years ago
-
# This Month in Rust OSDev: June 2024 | Rust OSDev
Operating System Development in Rust
[https://rust-osdev.com/this-month/2024-06/](https://rust-osdev.com/this-month/2024-06/)
-
Splitting this off from https://github.com/rust-osdev/uefi-rs/issues/970.
> It would be nice to be able to build device paths as global constants as well. This would sidestep the use-after-free iss…
-
in `Makefile` change `QEMU_MACHINE_TYPE = raspi4b`
then
```bash
make test BSP=rpi4
```
error:
```text
Boot test - rpi4
docker run -t --rm -v /Users/admin/Workspace/rust/github.com/rust-ra…
-
https://uefi.org/
https://github.com/rust-osdev/uefi-rs
https://docs.rs/uefi/latest/uefi/
https://rust-osdev.github.io/uefi-rs/HEAD/introduction.html
https://wiki.osdev.org/Using_UEFI_Run…