summaryrefslogtreecommitdiff
path: root/src/kernel
AgeCommit message (Expand)AuthorLines
2021-03-04tweaking ps/2 driver and wm bindingsBenji Dial-187/+211
2021-03-04making fs drivers ignore already open files during kernel setup and when open...Benji Dial-1/+9
2021-03-04no mouse on you may power off screenBenji Dial-6/+16
2021-03-03moving windows with mouse, changing some old panics into syslogs, small bugfi...Benji Dial-27/+67
2021-03-0364kiB kernel area, ps/2 mouse support, signed decimals in knob formatBenji Dial-46/+205
2021-03-02making unnecessary old log statements from FAT driverBenji Dial-6/+1
2021-03-02making wm keep track of which pixel is what window'sBenji Dial-37/+68
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-45/+322
2021-02-19rtc fixes, time commandBenji Dial-5/+15
2021-02-19kernel settings fileBenji Dial-16/+147
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-18vbe support, truecolor window manager pixbufsBenji Dial-57/+191
2021-02-17fixing waits output in alt+pauseBenji Dial-6/+6
2021-02-17dirlist program, making fat refuse to list file as directoryBenji Dial-2/+2
2021-02-17quick bitmap font format, borrowing new default font from XBenji Dial-1/+2
2021-02-17making win+space work when no tasks are runningBenji Dial-55/+64
2021-02-17win+space, mkpopupBenji Dial-5/+41
2021-02-16making window manager not break when attempting to shuffle single windowBenji Dial-0/+4
2021-02-16window bordersBenji Dial-17/+54
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-7/+77
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for term...Benji Dial-80/+353
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-650/+963
2020-11-08manual viewer, "swap colors" system callBenji Dial-2/+9
2020-09-20history when getting line from user in knobBenji Dial-1/+1
2020-09-19file managerBenji Dial-101/+131
2020-09-13dirinfo commandBenji Dial-2/+7
2020-09-13have command shell block while commands are runningBenji Dial-20/+44
2020-09-13making elf loader zero bss sectionsBenji Dial-0/+2
2020-09-13fixed some paging bugs, added fault handlers and new programsBenji Dial-46/+209
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-74/+461
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-23/+49
2020-09-06bugfixes, init program, hello worldBenji Dial-13/+31
2020-09-06small fixesBenji Dial-13/+15
2020-09-06program loading, othersBenji Dial-217/+911
2020-08-13FAT16 directory enumeration, making many functions static, new 'log' function...Benji Dial-226/+427
2020-08-13lots of progress, including readonly PATA driver and part of FAT16 driverBenji Dial-273/+284
2020-08-11lots of progressBenji Dial-584/+1107
2020-05-27Keep bss until object copy phase to work with newer versions of binutilsWarren Galloway-2/+2
2020-05-25got file loading working properlyBenji Dial-10/+52
2020-05-24basic fs type stuff, fat16, removing stack segment and using data segmentBenji Dial-67/+244
2020-05-24very basic vga, ata, serial drivers. start of fat and fs driversBenji Dial-52/+599
2020-05-16small stub with fat infoBenji Dial-7/+113
2020-05-16Hello worldBenji Dial-0/+39
2020-05-16starting overBenji Dial-2032/+0
2020-01-18going to try efi againBenji Dial-6/+112
2020-01-05function to return pointers to functions to read from a constant interface, s...Benji Dial-11/+213
2019-12-27memory map explanationBenji Dial-2/+1