{"id":19963135,"url":"https://github.com/corruptedbycpu/foton","last_synced_at":"2026-02-26T03:54:58.065Z","repository":{"id":181765645,"uuid":"667070990","full_name":"CorruptedByCPU/Foton","owner":"CorruptedByCPU","description":"Foton (eng. Photon) - is a similar project as Cyjon/Fern-Night, but compatibility will no longer be fully supported.","archived":false,"fork":false,"pushed_at":"2024-11-10T21:19:50.000Z","size":1557,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-10T22:23:55.063Z","etag":null,"topics":["c","kernel","osdev","x86-64"],"latest_commit_sha":null,"homepage":"https://blackdev.org","language":"C","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/CorruptedByCPU.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-07-16T14:46:18.000Z","updated_at":"2024-11-10T21:19:54.000Z","dependencies_parsed_at":"2023-09-27T17:24:05.775Z","dependency_job_id":"c0a5d429-7676-4ead-a970-127c39aca0d4","html_url":"https://github.com/CorruptedByCPU/Foton","commit_stats":null,"previous_names":["corruptedbycpu/foton"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptedByCPU%2FFoton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptedByCPU%2FFoton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptedByCPU%2FFoton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptedByCPU%2FFoton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorruptedByCPU","download_url":"https://codeload.github.com/CorruptedByCPU/Foton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224374658,"owners_count":17300691,"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":["c","kernel","osdev","x86-64"],"created_at":"2024-11-13T02:14:49.729Z","updated_at":"2026-02-26T03:54:58.048Z","avatar_url":"https://github.com/CorruptedByCPU.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Welcome to\n\n# \u003csup\u003e*(alpha)*\u003c/sup\u003eFoton!\u003csup\u003e*(workname)*\u003c/sup\u003e\n\nThis is a similar project as Cyjon/Fern-Night, but compatibility will no longer be fully supported.\n\n![Foton v0.655](https://blackdev.org/shot/foton%20v0.655.png)\n\nSimple project of multitasking operating system for 64-bit processors from x86_64 family.\n\nA system that is detached from reality. Fully resident in memory. (Yep, no installation on hard drive needed.)\n\nIn near future, a website will be created that will be responsible for configuring system just for you.\n\nYou will be able to create your own system profiles, and build your own compilation of a set of programs, appearances, etc. as an easy-to-use ISO image.\n\n#### Already reimplemented:\n\n|Kernel|Description|\n|-|-|\n|APIC|Per vCPU, task switch scheduler|\n|binary memory map|memory management type|\n|ELF|Dynamic Linking|\n|GDT|Global Descriptor Table|\n|~~HPET~~|**postponed** ~~High precision system uptime~~|\n|I/O APIC|Interrupt Relay|\n|IDT|Interrupt Descriptor Table|\n|IPC|Inter-Process Communication|\n|RTC|Real time system uptime|\n|round robin|task queue type|\n|SMP|Unlocked all vCPU|\n|storage|loading files from VFS|\n|syscall|software access to kernel services|\n|TSS|Task State Segment|\n\n|Kernel Modules|Description|\n|-|-|\n|e1000.ko|Network Controller - Intel 82540EM driver.|\n|idle.ko|Lower power consumption.|\n|network.ko|Network management functions [protcols: ARP, ICMP, IP, UDP]|\n|ps2.ko|Failover keyboard \u0026 mouse management.|\n|shredder.ko|Garbage Collector|\n|usb.ko|Device management connected via USB controller (UHCI, OHCI in work)|\n\n|Software|Description|\n|-|-|\n|3d|simple **obj**/**mtl** file viewer and example of **librgl.so** library use. |\n|cat|show content of selected file.|\n|cd|change current root directory, *internal command of shell*|\n|colors|shows available color palette for Console/Shell program.|\n|console|build-in terminal.|\n|kuro|File Manager|\n|free|usage of all abailable devices in system.|\n|hostname|show or set host name.|\n|ip|Network Interface IPv4 show/change tool.|\n|ls|listing of files in current directory or selected one.|\n|moko|Text editor.|\n|ping|Connection check by IPv4 address.|\n|pwd|show current path of root directory|\n|shell|default command line interaction with operating system.|\n|soler|*{work in progress}* **calculator**|\n|taris|Tetris alike game.|\n|tm|Task Manager - kill some lighthearted process.|\n|touch|Create empty files.|\n|welcome|Welcome screen, with small documentation *{work in progress}*.|\n|wm|windows wanager - display, movement.|\n\n\n|Libraries|Description|\n|-|-|\n|libcolor.so|Contains color palette for various applications.|\n|libelf.so|A little bit of check functions.|\n|libfloat.so|Convert string to float.|\n|libfont.so|Bitmap font display.|\n|libimage.so|Privdes support for image files (*tga*)|\n|libinput.so|Receives characters from user, and passing them to application.|\n|libinteger.so|Convert string to value, count digits inside value.|\n|libinterface.so|Graphical User Interface manager (button/label/form/radio/list/menu... etc.)|\n|libjson.so|Parsing functions of JSON structure.|\n|libmath.so|Trigonometric functions.|\n|libnetwork.so|Network support functions.|\n|libpath.so|Returns absolute path string from current work directory.|\n|librandom.so|Simple PRNG library.|\n|librgl.so|3D object management.|\n|libstd.so|Standard library of Foton OS.|\n|libstring.so|String manipulation library *(compare, length, trim etc.)*|\n|libterminal.so|Text mode display management.|\n|libtype.so|Converts Bytes to higher units.|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorruptedbycpu%2Ffoton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorruptedbycpu%2Ffoton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorruptedbycpu%2Ffoton/lists"}