Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedevminertv/os
https://github.com/thedevminertv/os
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedevminertv/os
- Owner: TheDevMinerTV
- License: apache-2.0
- Created: 2023-04-03T00:42:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-17T14:23:43.000Z (about 2 months ago)
- Last Synced: 2024-10-10T21:15:34.994Z (about 1 month ago)
- Language: Rust
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache
Awesome Lists containing this project
README
# `os`
## Prerequisites
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt install xorriso grub-common qemu grub-pc binutils-i686-linux-gnu qemu-system-x86 nasm
cargo install just
rustup component add rust-src
```## Resources
- x86 Instructions
- https://www.felixcloutier.com/x86
- https://en.wikipedia.org/wiki/X86_instruction_listings
- Paging
- https://wiki.osdev.org/Paging
- https://en.wikipedia.org/wiki/Control_register
- CPUID
- https://en.wikipedia.org/wiki/CPUID
- https://www.felixcloutier.com/x86/cpuid
- https://c9x.me/x86/html/file_module_x86_id_45.html
- https://en.wikichip.org/wiki/amd/cpuid
- Calling Conventions
- https://aaronbloomfield.github.io/pdr/book/x86-32bit-ccc-chapter.pdf
- https://en.wikipedia.org/wiki/X86_calling_conventions## License
All code in this repository is dual-licensed under either:
- MIT License ([LICENSE-MIT](LICENSE-MIT))
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))at your option. This means you can select the license you prefer!
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.