Plan - PrestonHager/Startaste GitHub Wiki
Right now Startaste is in Nothing. We plan on creating both a 16 bit bootloader to start with, then moving on to a more complex 32 bit bootloader with a kernel. Startaste will also have it's own language built into it when it's complete. Here is the timeline of the entire OS. Completed parts are shown in bold. Started but unfinished parts are in normal text. Unstarted parts are in italics.
- Stage 16I:
- Graphics for background and characters.
- Keyboard key press reader and ASCII character render.
- Arrow key presses (change column left or right in text).
- Detect when a newline is entered, and gather the text from the previous line.
- Take the gathered text and run a command line like interface.
- Stage 16II:
- Create a parser for code in assembly, then put that into the bootloader.
- Create a file system to create programs in created language.