{"id":18440805,"url":"https://github.com/hermit-os/no_std","last_synced_at":"2025-10-31T05:31:05.657Z","repository":{"id":227794355,"uuid":"772278453","full_name":"hermit-os/no_std","owner":"hermit-os","description":"HermitOS without std","archived":false,"fork":false,"pushed_at":"2024-03-17T08:52:05.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-25T00:11:26.231Z","etag":null,"topics":["kernel","operating-system","operating-systems","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hermit-os.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-14T21:59:25.000Z","updated_at":"2024-04-25T22:01:37.000Z","dependencies_parsed_at":"2024-03-17T09:43:21.568Z","dependency_job_id":null,"html_url":"https://github.com/hermit-os/no_std","commit_stats":null,"previous_names":["hermit-os/no_std"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hermit-os%2Fno_std","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hermit-os%2Fno_std/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hermit-os%2Fno_std/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hermit-os%2Fno_std/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hermit-os","download_url":"https://codeload.github.com/hermit-os/no_std/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239120242,"owners_count":19584985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel","operating-system","operating-systems","rust","rust-lang"],"created_at":"2024-11-06T06:33:15.000Z","updated_at":"2025-10-31T05:31:05.356Z","avatar_url":"https://github.com/hermit-os.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# no_std\n\nThe kernel feature `no_std` allows you to boot HermitOS without `std`.\nPlease not, the [kernel interface](https://hermit-os.github.io/kernel/hermit/) is not stable and is under active development! \nOnly `std` provides an stable interface to the kernel.\n\n## Requirements\n\n* [`rustup`](https://www.rust-lang.org/tools/install)\n\n## Building the kernel\n\n```sh\ncargo build\n```\n\n## Booting the kernel\n\nBoot kernel with `cargo run` or download the [`hermit-loader-x86_64`](https://github.com/hermit-os/loader/releases) and use following command:\n\n```sh\nqemu-system-x86_64 -display none -serial stdio -kernel hermit-loader-x86_64 -cpu Skylake-Client -device isa-debug-exit,iobase=0xf4,iosize=0x04 -smp 1 -m 512M -netdev user,id=u1,hostfwd=tcp::9975-:9975,hostfwd=udp::9975-:9975,net=192.168.76.0/24,dhcpstart=192.168.76.9 -device virtio-net-pci,netdev=u1,disable-legacy=on -initrd target/x86_64-unknown-none/debug/no_std\n```\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless 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.\n\nThe kernel is being developed on [hermit-os/kernel](https://github.com/hermit-os/kernel).\nCreate your own fork, send us a pull request, and chat with us on [Zulip](https://hermit.zulipchat.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhermit-os%2Fno_std","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhermit-os%2Fno_std","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhermit-os%2Fno_std/lists"}