/64nux

My modifications of the LUnix system, a small Unix-like system for the C64.

Primary LanguageAssemblyGNU General Public License v2.0GPL-2.0

64nux

64nux

A small Unix-like operating system for the C64.

Original project to be found at: LUnix, see also 64-lng

My modifications so far:

  • C64-only
  • Some cleanup of the kernel source code organization
  • Moved screen memory to the C000-FFFF block.
  • Now using memory below D000-D800 as customized character memory. Modified the character map to be more compliant with VT100.
  • New tool memmap to show current memory usage (per memory page)
  • New tool charmap to show character map (shifted/unshifted and inverse characters)

Work in progress:

  • ed text editor

License

Licensed under the GNU Lesser General Public License 2.0, see LICENSE

Original copyright Daniel Dallmann and the LNG community