Obtain the path to the kernel executable. When using an artifact dependency, you can retrieve this path usingstd::env::var_os("CARGO_BIN_FILE_MY_KERNEL_my-kernel") Usebootloader::UefiBootand/orbootloader::BiosB
This repository contains the source code for our organization homepage athttps://rust-osdev.com. Development In order to build the website, first you will need to install thezolastatic site generator. Then you can run: ./zola serve
加载Zulip 时出错。尝试重新加载该页面。
This Month in Rust OSDev These posts give a regular overview of the most important changes to the RustOSDev tools and libraries. April 2025 March 2025 February 2025 January 2025 December 2024 November 2024 October 2024 September 2024 August 2024 ...
进一步去开发操作系统的内核,就成为很多Rust粉丝心中的终极梦想,而Rust官方也一直有想法使Rust语言成为下一代操作系统的标准,在https://github.com/rust-osdev/上各种基于Rust开发的如BootLoader等工具已经发展比较齐全了,目前相对比较成熟的Rust操作系统有基于X86架构的Redox和清华大学的基于RISC-V架构芯片的rCore OS。
Welcome to a new issue of "This Month in Rust OSDev". In these posts, we give a regular overview of notable changes in the Rust operating system development ecosystem.This series is openly developed on GitHub. Feel free to open pull requests there with content you would like to see in ...
This Month in Rust OSDev (December 2024) view all » First Edition You are currently viewing the second edition of “Writing an OS in Rust”. The first edition is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. In...
本月Rust OSDev(2021 年 8 月) 项目更新 acpi - 包含用于解析 ACPI 表的 crate - 现代计算机的固件用于将有关硬件的信息传递给操作系统的数据结构。 已将处理器 UID 和本地 APIC ID 的表示更改acpi::platform::Processor为u32,以支持 X2APIC 用于支持更多处理器的更广泛的 ...
继Python之后,Rust最近也火爆得出了圈,目前Rust在Serverless等很多云原生领域已经稳定占据了C位,那么让Rust更进一步去开发操作系统的内核,就成为很多Rust粉丝心中的终极梦想,而Rust官方也一直有想法使Rust语言成为下一代操作系统的标准,在https://github.com/rust-osdev/上各种基于Rust开发的如BootLoader等工具已经发展比较...
rust-osdev: Rust OSDev 包含bootloader , uefi 库, acpi库等等, 适合研究 RTOS: tockos : Tock Embedded Operating System 我觉得他的分层设计很不错, 可以直接用 rust ,或者 c 开发用户程序, 尽管它是个 rtos. drone-os: Drone 感觉没有 tockos 设计的好, 仅供参考 其他: opensbi: github.com/riscv/...