Author Topic: eZ8OS - An operating system for eZ8 microcontrollers  (Read 2587 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
eZ8OS - An operating system for eZ8 microcontrollers
« on: June 17, 2014, 07:39:02 pm »

I guess you could state that this project forked from the z80-like portable computer.
http://ez8tut.sourceforge.net/?p=ez8os.php

Github repository:
https://github.com/keoni29/eZ8OS

This operating system consists of a kernel with a shell slapped on top and some built-in applications. There is no scripting language available for it yet. Willrandship was looking into creating a forth-type interpreted language.
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: eZ8OS - An operating system for eZ8 microcontrollers
« Reply #1 on: June 18, 2014, 04:59:14 am »
I've been following this project for a while and I must say it is pretty impressive. ;)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: eZ8OS - An operating system for eZ8 microcontrollers
« Reply #2 on: June 18, 2014, 11:35:51 am »
I really need to build an eZ8 computer.
I'm not a nerd but I pretend:

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8OS - An operating system for eZ8 microcontrollers
« Reply #3 on: June 18, 2014, 02:21:02 pm »
It's actually quite easy to build the most basic version without peripherals. You can just hook it up to your serial port and interact with it like that. Of course it's text-only.
If you like my work: why not give me an internet?








Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: eZ8OS - An operating system for eZ8 microcontrollers
« Reply #4 on: June 18, 2014, 02:21:50 pm »
Text rpgs here I come :P
I'm not a nerd but I pretend:

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8OS - An operating system for eZ8 microcontrollers
« Reply #5 on: June 18, 2014, 04:57:13 pm »
I am working on the i/o system. The current i/o is unbuffered and very slow. I want to create an optimized routine for handling input and output buffers.

After that I will work some more on the commandline interface. I want it to be more versatile. Something you would actually want to work with. Basic features like command history would be nice. I am barely using any ram at the moment, so I have quite a bit to work with. OS ram usage should be under 1K though, so user applications have enough headroom.


Edit: git updated. Some minor tweaks as well as added comments.
« Last Edit: June 18, 2014, 05:00:36 pm by Keoni29 »
If you like my work: why not give me an internet?