https://github.com/opensource-force/os
https://github.com/opensource-force/os
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensource-force/os
- Owner: opensource-force
- License: agpl-3.0
- Created: 2023-08-03T11:16:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:02:56.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T00:21:53.484Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OS
## Resources
### x86_64
1. [uefi-rs](https://rust-osdev.github.io/uefi-rs/HEAD/): up-to-date ref; handles & protocols, drivers, GUID/tables, etc
2. [Phil-OS](https://github.com/phil-opp/blog_os/blob/edition-3/blog/content/edition-3/posts/02-booting/uefi/index.md): UEFI, target, disk image, elf binary, qemu, etc
3. [Phil-OS](https://os.phil-opp.com): BIOS, bootloader, paging, allocator, etc
### RSIC-V
- [stephenmarz](https://osblog.stephenmarz.com) - allocation, interrupts, system calls, etc