An open API service indexing awesome lists of open source software.

https://github.com/opensource-force/os


https://github.com/opensource-force/os

Last synced: 11 months ago
JSON representation

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