{"id":28398867,"url":"https://github.com/sacredsqueegee/linux-a32-projects","last_synced_at":"2026-04-30T02:33:08.539Z","repository":{"id":242979297,"uuid":"811112629","full_name":"SacredSqueegee/Linux-A32-Projects","owner":"SacredSqueegee","description":"A collection of Arm 32-bit assembly projects for use with the Linux Kernel.","archived":false,"fork":false,"pushed_at":"2024-06-11T18:49:43.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T13:45:10.820Z","etag":null,"topics":["a32","arm","assembly","linux"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/SacredSqueegee.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":"2024-06-06T00:45:19.000Z","updated_at":"2024-06-11T18:44:18.000Z","dependencies_parsed_at":"2025-06-27T13:37:55.776Z","dependency_job_id":"e31a2854-d9c5-4cb1-8c72-a6dc68daba62","html_url":"https://github.com/SacredSqueegee/Linux-A32-Projects","commit_stats":null,"previous_names":["sacredsqueegee/linux-a32-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SacredSqueegee/Linux-A32-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SacredSqueegee%2FLinux-A32-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SacredSqueegee%2FLinux-A32-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SacredSqueegee%2FLinux-A32-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SacredSqueegee%2FLinux-A32-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SacredSqueegee","download_url":"https://codeload.github.com/SacredSqueegee/Linux-A32-Projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SacredSqueegee%2FLinux-A32-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["a32","arm","assembly","linux"],"created_at":"2025-06-01T06:12:18.751Z","updated_at":"2026-04-30T02:33:08.500Z","avatar_url":"https://github.com/SacredSqueegee.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux aarch32 Project\n\nThe following repository is a collection of \"mini\" projects written entirely in 32-bit arm assembly using only linux kernel calls. That's right, pure A32 assembly and NO C standard library. Just assembly and kernel calls! :)\n\n## Project organization\n\nThe prject is layed out quite simple. The root directory contains a bunch of folders. These folders in turn contain a \"mini\" project inside. Fully self contained.\nEach project contains all the src files and a make file to build/run/debug the given project. While I don't intend on making drastic modifications to the makefile, the core of them shoudl still be the same (i.e. same required build tools, etc).\n\nThe current projects are as follow:\n\n1) itoa\n    - description\n3) factorial\n    - description\n4) todo\n    - description\n\n## General requirements\n\nOut of the box the following build tools are expected to be installed:\n\n- gdb-multiarch\n    - OPTIONAL, used for debugging\n- gef\n    - OPTIONAL, assumed to be installed when debugging, can be changed via USING_GEF flag in makefile\n- arm-none-linux-gnueabihf-as\n    - REQUIRED\n- arm-none-linux-gnueabihf-ld\n    - REQUIRED\n- arm-none-linux-gnueabihf-objcopy\n    - OPTIONAL\n- qemu-arm\n    - REQUIRED\n \nThe above packages are what the makefile is expecting out of the box and accessible in path. However, these tools can be swapped and replaced with equivalent ones vie modifications to the makefile tool variables.\n\n## General commands\n\nBelow are the commands that will generally work with the make file. Make sure to see the projects readme and makefile for more specific details for that particular project\n\n`make`\n    - description\n\n\n`make run`\n    - description\n\n\n`make clean`\n    - description\n\n\n`make debug_server`\n    - description\n\n\n`make debug`\n    - description\n\n\n`make gef`\n    - description\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacredsqueegee%2Flinux-a32-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsacredsqueegee%2Flinux-a32-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacredsqueegee%2Flinux-a32-projects/lists"}