os_essentials

Crates.ioos_essentials
lib.rsos_essentials
version
sourcesrc
created_at2024-11-22 07:25:50.720686
updated_at2024-11-22 09:30:21.585856
descriptionA collection of tools for building simple educational operating systems in Rust in an x86 system. NOTE: MEANT TO BE BAREMETAL, YOU MUST HAVE compiler-buildtins-mem, core, compiler_builtins, alloc and a suited target, a vm or physical computer and a bootable usb required to test.
homepage
repository
max_upload_size
id1457155
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(luohoa97)

documentation

https://docs.rs/os_essentials

README

OS Essentials

About this project

This project can help people follow in the footsteps of OS development fueling their future selves.

Purpose

  • This project is created to allow people to make their own OSes for their specific purposes and needs
  • This project is created to let people have fun making their own OSes

How does it help?

  • This project can build a solid foundation for people to develop their OSes often for educational purposes

Acknowledgements & Licenses

Developers: luohoa97 (luohoa97@protonmail.com) License: MIT

Commit count: 0

cargo fmt