summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-02-17adding yield before returning from readlineBenji Dial-0/+1
so that highway really, truly gets its newline in before the called program gets anything it sends in
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 ↵Benji Dial-2/+2
command
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 ↵Benji Dial-603/+1261
terminal, meminfo popup program
2021-01-24making fat driver refuse to open a file when its name is too long rather ↵Benji Dial-10/+8
than kernel panicking
2021-01-24making keyboard driver spin by checking if scanbyte has changed rather than ↵Benji Dial-3/+8
by a decrement loop
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
big kernel additions: paging, elf loading, separate kernel and user page allocation it now properly loads and runs sd0:bin/init.elf still need to determine which disk was booted from, and start the init on that disk
2020-08-13FAT16 directory enumeration, making many functions static, new 'log' ↵Benji Dial-251/+434
functions to wrap vga and serial
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
currently, BAR fields of IDE drives are all returning zero, and the ATA read function isn't working. i'm not sure why. i'm going to work on VESA next, and come back to the IDE driver later
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
2020-05-24very basic vga, ata, serial drivers. start of fat and fs driversBenji Dial-65/+633
2020-05-16small stub with fat infoBenji Dial-7/+120
2020-05-16fixed gdt (works in virtualbox now)Benji Dial-2/+2
2020-05-16Hello worldBenji Dial-0/+122
2020-05-16starting overBenji Dial-2094/+0
2020-01-18going to try efi againBenji Dial-9/+115
2020-01-05function to return pointers to functions to read from a constant interface, ↵Benji Dial-13/+219
so we only have to check the interface once per macro operation
2019-12-27woops, last commit was missing most of the fileBenji Dial-1/+15