OSDeving or Embedded?
Posted: Wed Sep 26, 2012 11:11 pm
Hi, I'm making a (in my opinion) very cool "OS" of sorts. I'm using an mbed ARM prototyping board. It's not the typical ARM OS dev scene I see here. For starters, it only has 512K of flash and 32K of usable RAM(64K if you forget about ethernet and USB). It's also a product marketed toward people prototyping electronic things, not typically as a standalone computer type thing. Anyway, my project consists of this:
I know most OS work here takes place on good ol' x86 computers with a few BeagleBoards and Gameboys. However, would anyone be interested in an announcement of this project here when it's complete(and of course further updates), or is this too "electronic" for this forum?
- VGA signal generator for monochrome 80x25 character mode/640x480 graphical mode(simultaneously)
- PS/2 keyboard driver for receiving and processing keys pressed
- A basic console (maybe with file management for SD card and/or built in flash memory)
- A forth virtual machine and "compiler"
I know most OS work here takes place on good ol' x86 computers with a few BeagleBoards and Gameboys. However, would anyone be interested in an announcement of this project here when it's complete(and of course further updates), or is this too "electronic" for this forum?