{"id":16116693,"url":"https://github.com/dpc/titanos","last_synced_at":"2025-09-26T10:31:20.505Z","repository":{"id":28784030,"uuid":"32306726","full_name":"dpc/titanos","owner":"dpc","description":"Titanos an exercise in writing OS kernel in Rust programming language.","archived":false,"fork":false,"pushed_at":"2016-08-19T22:37:04.000Z","size":53,"stargazers_count":74,"open_issues_count":0,"forks_count":10,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-01-09T23:38:06.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/packetdrill","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-16T06:52:54.000Z","updated_at":"2024-05-11T13:35:16.000Z","dependencies_parsed_at":"2022-09-15T08:20:48.061Z","dependency_job_id":null,"html_url":"https://github.com/dpc/titanos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Ftitanos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Ftitanos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Ftitanos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Ftitanos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpc","download_url":"https://codeload.github.com/dpc/titanos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234304506,"owners_count":18811252,"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":[],"created_at":"2024-10-09T20:25:19.601Z","updated_at":"2025-09-26T10:31:20.171Z","avatar_url":"https://github.com/dpc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titanos\n\n[![Build Status](https://travis-ci.org/dpc/titanos.svg?branch=master)](https://travis-ci.org/dpc/titanos)\n\nTitanos is an exercise in writing a kernel in Rust programming language.\n\nImmediate goal is to complete basic functionality targeting ARMv8 (aarch64)\nand Vexpress board emulated by Qemu as a testing platform.\n\nEverything is developed under Linux.\n\nSee [status page](//github.com/dpc/titanos/wiki/Status) for project status.\n\n## Building\n\nFollow `.travis.yml` to understand how to set up toolchain and external requirements.\n\n* `make` builds everything\n* `make run` to start the kernel inside Qemu\n* `make debug` to start the kernel inside Qemu waiting for GDB connection\n* `make gdb` to connect to Qemu instance started by `make debug`\n* `make objdump` to dump assembler from the binary\n\nTo build in release mode, use `export RELEASE=1`.\n\n## Design\n\nComponents:\n\n* `src/`: source code\n* `rt/`: basic C/ASM runtime\n* [titanium.rs][titanium]: Titanos is based on this\n  collection of low-level macros, functions and constants that\n  can be reused by other software targeting bare-metal development in Rust.\n* [arm_pl011.rs][arm_pl011] - [Titanium.rs][titanium] based PL011 uart driver.\n\n[titanium]: //github.com/dpc/titanium.rs\n[arm_pl011]: //github.com/dpc/titanium_arm_pl011.rs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Ftitanos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpc%2Ftitanos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Ftitanos/lists"}