Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-03-02 | removing stub for special handling of 'sd' prefix in file paths from knob | Benji Dial | -22/+5 | |
passing a path with an 'sd' prefix will now act like any other path on the first drive, instead of closing the calling program. eventually, i will add a system of mounting drives directly into a file hierarchy (like in unix), and have all of the system calls just pass a path, no drive number | ||||
2021-03-02 | command history in shell | Benji Dial | -5/+129 | |
2021-03-01 | minimal file writing, shutdown keybinding (Win+Shift+Q) | Benji Dial | -46/+386 | |
2021-02-19 | rtc fixes, time command | Benji Dial | -5/+109 | |
2021-02-19 | kernel settings file | Benji Dial | -16/+147 | |
2021-02-18 | condensing vbe attribute checks in bootloader | Benji Dial | -8/+3 | |
2021-02-18 | (random ai) tic-tac-toe game | Benji Dial | -0/+271 | |
2021-02-18 | fixing behavior of windows extending off top and left sides of screen | Benji Dial | -1/+1 | |
2021-02-18 | making graphics double-buffered so there isn't flicker when windows paint | Benji Dial | -24/+45 | |
2021-02-18 | vbe support, truecolor window manager pixbufs | Benji Dial | -115/+426 | |
2021-02-17 | adding yield before returning from readline | Benji Dial | -0/+1 | |
so that highway really, truly gets its newline in before the called program gets anything it sends in | ||||
2021-02-17 | fixing waits output in alt+pause | Benji Dial | -6/+6 | |
2021-02-17 | dirlist program, making fat refuse to list file as directory | Benji Dial | -2/+51 | |
2021-02-17 | giving terminal a more helpful error message when it can't start its passed ↵ | Benji Dial | -2/+2 | |
command | ||||
2021-02-17 | quick bitmap font format, borrowing new default font from X | Benji Dial | -27/+75 | |
2021-02-17 | making win+space work when no tasks are running | Benji Dial | -55/+64 | |
2021-02-17 | win+space, mkpopup | Benji Dial | -11/+80 | |
2021-02-16 | making window manager not break when attempting to shuffle single window | Benji Dial | -0/+4 | |
2021-02-16 | window borders | Benji Dial | -39/+58 | |
2021-02-16 | rtc timestamp, knob rand, random terminal color | Benji Dial | -19/+147 | |
2021-02-16 | terminal application with ipc, shift+pause state dumper, hello world for ↵ | Benji Dial | -589/+1236 | |
terminal, meminfo popup program | ||||
2021-01-24 | making fat driver refuse to open a file when its name is too long rather ↵ | Benji Dial | -10/+8 | |
than kernel panicking | ||||
2021-01-24 | making keyboard driver spin by checking if scanbyte has changed rather than ↵ | Benji Dial | -3/+8 | |
by a decrement loop | ||||
2021-01-24 | graphics! | Benji Dial | -1960/+2663 | |
2020-11-08 | reset text color after running command | Benji Dial | -0/+1 | |
2020-11-08 | adding history feature to manual (duplicates current entry on missing pages) | Benji Dial | -2/+37 | |
2020-11-08 | manual viewer, "swap colors" system call | Benji Dial | -3/+330 | |
2020-09-20 | new dumphex, abbreviates runs of zeros | Benji Dial | -15/+67 | |
2020-09-20 | history when getting line from user in knob | Benji Dial | -11/+160 | |
2020-09-19 | file manager | Benji Dial | -187/+539 | |
2020-09-13 | dirinfo command | Benji Dial | -4/+69 | |
2020-09-13 | new shell | Benji Dial | -71/+353 | |
2020-09-13 | have command shell block while commands are running | Benji Dial | -29/+68 | |
2020-09-13 | making elf loader zero bss sections | Benji Dial | -3/+36 | |
2020-09-13 | fixed some paging bugs, added fault handlers and new programs | Benji Dial | -59/+307 | |
2020-09-13 | (basic, not much tested) keyboard, better panic | Benji Dial | -146/+630 | |
2020-09-06 | minor changes, redoing makefile, meminfo program | Benji Dial | -27/+114 | |
2020-09-06 | bugfixes, init program, hello world | Benji Dial | -50/+90 | |
2020-09-06 | small fixes | Benji Dial | -13/+15 | |
2020-09-06 | program loading, others | Benji Dial | -474/+1585 | |
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-13 | FAT16 directory enumeration, making many functions static, new 'log' ↵ | Benji Dial | -250/+431 | |
functions to wrap vga and serial | ||||
2020-08-13 | lots of progress, including readonly PATA driver and part of FAT16 driver | Benji Dial | -273/+284 | |
2020-08-11 | lots of progress | Benji Dial | -589/+1414 | |
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-27 | Keep bss until object copy phase to work with newer versions of binutils | Warren Galloway | -2/+2 | |
2020-05-25 | got file loading working properly | Benji Dial | -10/+52 | |
2020-05-24 | basic fs type stuff, fat16, removing stack segment and using data segment | Benji Dial | -70/+245 | |
2020-05-24 | very basic vga, ata, serial drivers. start of fat and fs drivers | Benji Dial | -54/+606 | |
2020-05-16 | small stub with fat info | Benji Dial | -7/+117 | |
2020-05-16 | fixed gdt (works in virtualbox now) | Benji Dial | -1/+1 | |
2020-05-16 | Hello world | Benji Dial | -0/+94 | |