{"id":46916392,"url":"https://github.com/tyler569/nightingale","last_synced_at":"2026-03-11T02:31:48.326Z","repository":{"id":46189889,"uuid":"80633386","full_name":"tyler569/nightingale","owner":"tyler569","description":"A small operating system where I experiment and learn osdev.","archived":false,"fork":false,"pushed_at":"2025-12-25T23:09:35.000Z","size":9796,"stargazers_count":133,"open_issues_count":0,"forks_count":10,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-12-27T09:34:34.012Z","etag":null,"topics":["kernel","nightingale","operating-system","os","osdev"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyler569.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-01T15:28:03.000Z","updated_at":"2025-11-30T06:09:29.000Z","dependencies_parsed_at":"2024-04-02T09:52:21.821Z","dependency_job_id":"6b4a3799-d96e-4930-b660-deeb6c27b7b1","html_url":"https://github.com/tyler569/nightingale","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/tyler569/nightingale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler569%2Fnightingale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler569%2Fnightingale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler569%2Fnightingale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler569%2Fnightingale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler569","download_url":"https://codeload.github.com/tyler569/nightingale/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler569%2Fnightingale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30367814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["kernel","nightingale","operating-system","os","osdev"],"created_at":"2026-03-11T02:31:48.068Z","updated_at":"2026-03-11T02:31:48.296Z","avatar_url":"https://github.com/tyler569.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nightingale\n\n## About\n\nNightingale is an operating system for x86\\_64 that I have been\ndeveloping for 7 years to learn about low-level programming and operating\nsystem design.\n\nNightingale implements a mostly POSIX-like userland, though compliance is not a\ngoal. I see POSIX as useful as a well-understood and documented interface, and\none that permits compatability with large amounts of existing software.\n\n![Screenshot](/doc/prompt2024.png?raw=true)\n\nFor more specific feature and capability information, see\n[ABOUT.md](/doc/ABOUT.md).\n\n## Building nightingale\n\nNightingale uses the CMake build system, and you can find package\nrequirements in the GitHub Actions workflow files.\n\n- To build, execute `make` in the root of the project.\n- To run, use `./run.rb` - its help text will show the available options\n\n## Project map\n\n### Directories\n\n- `doc`: Documentation\n- `include`: Header files for the whole system\n- `interface`: Interface definitions for syscalls and errno values\n- `kernel`: The core of the operating system\n- `libc`: Common userland routines, including things like `printf`\n- `linker`: Kernel module loader, userland dynamic linker, and `libelf`\n- `script`: Utility scripts for building and developing nightingale\n- `toolchain`: CMake toolchain files\n- `user`: In-tree usermode programs distributed with the system\n\n### Scripts\n\n- `bt.bash`: convenience wrapper around `addr2line` for backtracing\n- `dump.bash`: convenience wrapper around `objdump`\n- `format.bash`: convenience wrapper around `clang-format`\n- `make.bash`: core build engine for the project\n- `run.rb`: convenience wrapper around `qemu-system-x86_64`\n\n### Interface Manifests\n\nThese manifest files define the public syscall interface of the nightingale\nkernel, they are rendered into C enums and metadata that is used by both the\nkernel and the C library.\n\n- `ERRNOS`: defines the values of `errno`, their names, and their `perror`\n  strings\n- `SYSCALLS`: defines syscall numbers, types, and arguments\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler569%2Fnightingale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler569%2Fnightingale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler569%2Fnightingale/lists"}