fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
231 stars 26 forks source link
assembly assembly-6502 mos6502 operating-system unix-like

image::doc/GeckOS-logo2.png[]

= GeckOS Operating System for the 6502 processor (c) 1989-2024 A. Fachat (afachat@gmx.de)

This repository maintains the GeckOS/A65 source.

GeckOS comes of course with no warranty in any form. See the file COPYING for the GNU public license.

The doc directory contains all necessary documentation (in asciidoc mostly). I propose reading link:doc/index.adoc[doc/index.adoc] first.

The link:RELEASE.adoc[RELEASE NOTES] describe what's new in the current release.

In the repository, kernel, lib6502, devices and include are general source directories.

The apps folder holds pure lib6502 applications, like a shell, mkdir, etc. They should also assemble for other lib6502 operating systems.

sysapps holds OS/A65 specific programs, like the slipd, or the filesystem servers.

== Ports

The previous directories are very independent from the actual system architecture. The arch directory holds the architecture specific parts. It contains a directory for each supported architecture. "proto" holds a prototype architecture that can be used for porting.

Here you can find the current set of disk images for the currently active ports:

Have fun!

21 may 2024 André Fachat