# Standard Output [X] Establish printing strings and integers [ ] Printing to a Serial Output # Memory Management [ ] Register Management [ ] Interrupts [ ] Setting up Virtual Memory with Paging [ ] memory allocations and functions using some sort of malloc (and free duh) # GUI design [ ] Terminal Esque Aesthetic (with a `>` and a cursor blinking next to it) [ ] Resolution of 512 x 512 with 1 bit graphics (just RGB) [ ] (Really really unsure) maybe add a glow to the screen? (like the CRT bloom) [ ] make a mockup of the design # filesystem - chosen (FAT-x) [ ] Boot Records [ ] File Allocation Table (just realized that's what FAT stands for ) [ ] Directory Hierarchy [ ] Setup Hierarchy # Core utils [ ] list out the bare minimum core utils to work with [ ] port the above mentioned coreutils