{"id":13780021,"url":"https://github.com/d99kris/nopeos","last_synced_at":"2025-05-16T14:33:21.850Z","repository":{"id":32104794,"uuid":"35677073","full_name":"d99kris/nopeos","owner":"d99kris","description":"Simple OS kernel with BASIC interpreter for x86","archived":false,"fork":false,"pushed_at":"2023-01-15T08:34:37.000Z","size":144,"stargazers_count":44,"open_issues_count":0,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-17T15:47:28.516Z","etag":null,"topics":["asm","basic","c","c64","os-kernel","x86"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d99kris.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-05-15T13:59:46.000Z","updated_at":"2024-10-28T23:04:38.000Z","dependencies_parsed_at":"2023-01-14T20:45:34.925Z","dependency_job_id":null,"html_url":"https://github.com/d99kris/nopeos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Fnopeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Fnopeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Fnopeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Fnopeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d99kris","download_url":"https://codeload.github.com/d99kris/nopeos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225433465,"owners_count":17473599,"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":["asm","basic","c","c64","os-kernel","x86"],"created_at":"2024-08-03T18:01:11.497Z","updated_at":"2025-05-16T14:33:21.820Z","avatar_url":"https://github.com/d99kris.png","language":"C","funding_links":[],"categories":["C","Open Source Operating Systems"],"sub_categories":["Hobby"],"readme":"Nope OS\n=======\n\n| **Linux** |\n|-----------|\n| [![Linux](https://github.com/d99kris/nopeos/workflows/Linux/badge.svg)](https://github.com/d99kris/nopeos/actions?query=workflow%3ALinux) |\n\nNope OS is a simple OS kernel bundled with a BASIC interpreter, bringing\nback the 80s home computing feeling.\n\nTry Nope OS in the browser at [https://copy.sh/v86/?profile=nopeos](https://copy.sh/v86/?profile=nopeos)\n\n![Nope OS Screenshot](/doc/nopeos-helloworld.png)\n\nSupported Platforms\n===================\nx86 compatibles.\n\nProject Scope\n=============\nNope OS is a minimal bootable BASIC interpreter with no device support for\nI/O (disk, serial, audio, network, etc) except for keyboard input and text mode\nVGA display.\n\nCompilation \u0026 Usage\n===================\nPre-requisites (Ubuntu):\n\n    sudo apt install git nasm build-essential qemu-system-x86\n\nDownload:\n\n    git clone https://github.com/d99kris/nopeos \u0026\u0026 cd nopeos\n\nBuild (outputs `kernel.bin` and `kernel.iso`):\n\n    ./build.sh\n\nRun in QEMU:\n\n    ./run.sh\n\nStop emulation by pressing ESC.\n\nOptionally build and generate img disk image (`kernel.img`):\n\n    ./build.sh -i\n\nDownload Pre-Compiled Disk Images\n=================================\nDownload links:\n- [Nope OS v0.1 IMG](https://github.com/d99kris/nopeos/releases/download/v0.1/nopeos-0.1.img) (2MB)\n- [Nope OS v0.1 ISO](https://github.com/d99kris/nopeos/releases/download/v0.1/nopeos-0.1.iso) (0.5MB)\n\nThese disk images may be used in a virtualized environment or on a physical\nmachine.\n\n**Warning:** For usage on a physical machine, take note that Nope OS is just a\nproof-of-concept and may contain bugs that could corrupt your system.\n\nBooting a Physical Machine from USB Drive\n-----------------------------------------\nDownload the IMG disk image above and use for example `dd` or\n[balenaEtcher](https://www.balena.io/etcher) to write the image to a drive.\n\nDesign Notes\n============\nThe implementation is based on\n[bkerndev - Bran's Kernel Development Tutorial](http://www.osdever.net/bkerndev/Docs/title.htm)\nand the\n[TinyBasic interpreter](http://www.ittybittycomputers.com/IttyBitty/TinyBasic/).\n\nLicense\n=======\nNope OS is distributed under GPLv2 license. See LICENSE file.\n\nKeywords\n========\nsimple kernel, BASIC interpreter.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd99kris%2Fnopeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd99kris%2Fnopeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd99kris%2Fnopeos/lists"}