summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-02-19rtc fixes, time commandBenji Dial-9/+118
2021-02-19kernel settings fileBenji Dial-17/+179
2021-02-18condensing vbe attribute checks in bootloaderBenji Dial-8/+3
2021-02-18(random ai) tic-tac-toe gameBenji Dial-2/+277
2021-02-18fixing behavior of windows extending off top and left sides of screenBenji Dial-1/+1
2021-02-18making graphics double-buffered so there isn't flicker when windows paintBenji Dial-24/+45
2021-02-18making pbf-gen work with hex line lengths other than 25Benji Dial-1/+1
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-116/+433
2021-02-17adding yield before returning from readlineBenji Dial-0/+1
2021-02-17fixing waits output in alt+pauseBenji Dial-6/+6
2021-02-17dirlist program, making fat refuse to list file as directoryBenji Dial-3/+57
2021-02-17giving terminal a more helpful error message when it can't start its passed c...Benji Dial-2/+2
2021-02-17quick bitmap font format, borrowing new default font from XBenji Dial-3320/+168
2021-02-17making win+space work when no tasks are runningBenji Dial-55/+64
2021-02-17win+space, mkpopupBenji Dial-14/+88
2021-02-16making window manager not break when attempting to shuffle single windowBenji Dial-0/+4
2021-02-16window bordersBenji Dial-39/+58
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-26/+154
2021-02-17Update license yearBenji Dial-2/+2
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for term...Benji Dial-603/+1261
2021-01-24making fat driver refuse to open a file when its name is too long rather than...Benji Dial-10/+8
2021-01-24making keyboard driver spin by checking if scanbyte has changed rather than b...Benji Dial-3/+8
2021-01-24graphics!Benji Dial-2193/+6058
2020-11-08reset text color after running commandBenji Dial-0/+1
2020-11-08adding history feature to manual (duplicates current entry on missing pages)Benji Dial-2/+37
2020-11-08manual viewer, "swap colors" system callBenji Dial-23/+513
2020-11-07removing old cpp stuff from makefileBenji Dial-9/+0
2020-09-20new dumphex, abbreviates runs of zerosBenji Dial-15/+67
2020-09-20history when getting line from user in knobBenji Dial-11/+160
2020-09-19file managerBenji Dial-234/+603
2020-09-13dirinfo commandBenji Dial-22/+104
2020-09-13new shellBenji Dial-74/+358
2020-09-13have command shell block while commands are runningBenji Dial-31/+72
2020-09-13making elf loader zero bss sectionsBenji Dial-4/+37
2020-09-13fixed some paging bugs, added fault handlers and new programsBenji Dial-65/+322
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-179/+730
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-93/+187
2020-09-06bugfixes, init program, hello worldBenji Dial-59/+99
2020-09-06small fixesBenji Dial-15/+16
2020-09-06program loading, othersBenji Dial-563/+1713
2020-08-13FAT16 directory enumeration, making many functions static, new 'log' function...Benji Dial-251/+434
2020-08-13lots of progress, including readonly PATA driver and part of FAT16 driverBenji Dial-274/+285
2020-08-11lots of progressBenji Dial-616/+1542
2020-05-27Keep bss until object copy phase to work with newer versions of binutilsWarren Galloway-2/+2
2020-05-25do the same for .c filesBenji Dial-0/+1
2020-05-25clarify to linguist that .h files are c, and not c++Benji Dial-0/+1
2020-05-25got file loading working properlyBenji Dial-20/+67
2020-05-25script to debug with qemu and gdbBenji Dial-4/+10
2020-05-24licenseBenji Dial-0/+13
2020-05-24basic fs type stuff, fat16, removing stack segment and using data segmentBenji Dial-78/+251