{"id":13436997,"url":"https://github.com/thepowersgang/rust_os","last_synced_at":"2025-10-08T22:08:17.082Z","repository":{"id":20449716,"uuid":"23726777","full_name":"thepowersgang/rust_os","owner":"thepowersgang","description":"An OS kernel written in rust. Non POSIX","archived":false,"fork":false,"pushed_at":"2025-07-25T10:10:33.000Z","size":5494,"stargazers_count":802,"open_issues_count":2,"forks_count":46,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-07-25T16:38:04.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thepowersgang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2014-09-06T04:36:09.000Z","updated_at":"2025-07-25T10:10:37.000Z","dependencies_parsed_at":"2023-01-12T03:30:36.380Z","dependency_job_id":"93839c1e-0ba3-4060-a611-2ab2e42a1fa2","html_url":"https://github.com/thepowersgang/rust_os","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thepowersgang/rust_os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepowersgang%2Frust_os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepowersgang%2Frust_os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepowersgang%2Frust_os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepowersgang%2Frust_os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thepowersgang","download_url":"https://codeload.github.com/thepowersgang/rust_os/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepowersgang%2Frust_os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000779,"owners_count":26082851,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-07-31T03:00:53.606Z","updated_at":"2025-10-08T22:08:17.063Z","avatar_url":"https://github.com/thepowersgang.png","language":"Rust","funding_links":[],"categories":["Applications","Rust","应用程序 Applications","Applications written in Rust","应用","应用 Applications","General Operating System"],"sub_categories":["Operating systems","操作系统 Operating systems","操作系统"],"readme":"\"Tifflin\" Experimental Kernel (and eventually Operating System)\n=====\n\nThis is an experiment in writing an OS Kernel in rust (http://rust-lang.org).\n\nMostly the architecture is being designed as I go along, but it will be written to be architecture independent (the current version is x86\\_64/amd64).\n\n# Testing\nWith the required dependencies installed, run `make -C rundir ENABLE_VIDEO=1` to do a standard qemu PXE boot with display output enabled.\n\n## Design Features\n- Runtime module initialisation with dependencies\n- Clear user-kernel separation of duties\n - Userland owns the ELF loader, kernel uses a custom format for init.\n- Object-based syscall API\n- Kernel-provided window manager (yes, I know old windows did this)\n\n## Progress\n- Filesystems\n - ISO9660\n - FAT12/16/32\n- Storage\n - (P)ATA\n - SATA (AHCI)\n - ATAPI CDROM\n - VirtIO Block\n- Input\n - PS2 Keyboard/Mouse\n- Graphics\n - Multiboot only\n- GUI Apps\n - Login (Credentials are root/password)\n - \"GUI Shell\" (with background!)\n - Text Terminal app (with basic set of commands)\n - Filesystem viewer\n- Architectures\n - amd64 (aka x86\\_64) - Boots to limit of implementation\n - armv7 - Loads userland then crashes\n\n\n# Dependencies\n## Build Dependencies\n- `nasm`\n- GNU Binutils (cross-compiled)\n- GCC (for ACPICA)\n\n## Running\n- `qemu-system-amd64` (or other `qemu-system-*` binary)\n- `mtools` (for making FAT volumes)\n- PXE Boot: `pxelinux` (for doing PXE boots, the default)\n- ISO Boot: `grub-mkrescue` (for ISO boots)\n- EFI Boot: `OVMF` qemu firmware\n- `libguestfs-tools` (for creating generic disk images)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepowersgang%2Frust_os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthepowersgang%2Frust_os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepowersgang%2Frust_os/lists"}