{"id":28051493,"url":"https://github.com/0xflux/velox","last_synced_at":"2025-05-12T01:54:36.654Z","repository":{"id":291853297,"uuid":"979002027","full_name":"0xflux/velox","owner":"0xflux","description":"Velox is a work in progress, experimental Rust based Operating System written for fun and learning","archived":false,"fork":false,"pushed_at":"2025-05-06T21:12:59.000Z","size":237,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T01:54:13.493Z","etag":null,"topics":["computer-science","computerscience","operating","operating-system","operatingsystem","os","os-dev","os-development","rust","rust-os","rust-os-dev","system"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xflux.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-06T20:57:10.000Z","updated_at":"2025-05-09T01:57:04.000Z","dependencies_parsed_at":"2025-05-06T21:39:59.561Z","dependency_job_id":"d780c942-71ff-4dc2-909c-45e0bea7588a","html_url":"https://github.com/0xflux/velox","commit_stats":null,"previous_names":["0xflux/velox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflux%2Fvelox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflux%2Fvelox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflux%2Fvelox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xflux%2Fvelox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xflux","download_url":"https://codeload.github.com/0xflux/velox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253660842,"owners_count":21943823,"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":["computer-science","computerscience","operating","operating-system","operatingsystem","os","os-dev","os-development","rust","rust-os","rust-os-dev","system"],"created_at":"2025-05-12T01:54:36.098Z","updated_at":"2025-05-12T01:54:36.640Z","avatar_url":"https://github.com/0xflux.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Velox OS\n\nVelox is a **work in process** minimal Operating System built in **Rust** as a hobby project for \nlow level systems engineering (in Rust).\n\nWith thanks to the guide at [phil-opp.com](https://os.phil-opp.com/minimal-rust-kernel/). I hope to turn\nthis project into a more fleshed out OS for funsies, beyond the start-up topics from the linked blog! :)\n\n[mit.edu](https://pdos.csail.mit.edu/6.828/2018/labs/lab1/index.html) also has some great resources for basic OS dev!\n\n![Hello world!](media/image.png)\n\n# Building\n\nTo build, we use the [bootloader](https://crates.io/crates/bootloader) crate (pinned to v0.9) and \nrunning `cargo bootimage` from within the project crate. See requirements for installation instructions.\n\nAfter executing `cargo bootimage`, there should be a bootable image at `/target/x86_64-velox/*/bootimage-velox.bin`.\n\nTo run (assisted, ensure qemu installed): `cargo run`.\n\nTo run (un-assisted): `qemu-system-x86_64 -drive format=raw,file=target/x86_64-velox/debug/bootimage-velox.bin`.\n\n# Requirements\n\n- `rustup override set nightly`\n- `rustup component add rust-src`\n- `rustup component add llvm-tools-preview`\n- Install [QEMU](https://www.qemu.org/download/):\n  - MacOS: `brew install qemu`\n- (from outside the cargo project) `cargo install bootimage`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xflux%2Fvelox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xflux%2Fvelox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xflux%2Fvelox/lists"}