Age | Commit message (Expand) | Author | Lines |
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 | -23/+513 |
2020-11-07 | removing old cpp stuff from makefile | Benji Dial | -9/+0 |
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 | -234/+603 |
2020-09-13 | dirinfo command | Benji Dial | -22/+104 |
2020-09-13 | new shell | Benji Dial | -74/+358 |
2020-09-13 | have command shell block while commands are running | Benji Dial | -31/+72 |
2020-09-13 | making elf loader zero bss sections | Benji Dial | -4/+37 |
2020-09-13 | fixed some paging bugs, added fault handlers and new programs | Benji Dial | -65/+322 |
2020-09-13 | (basic, not much tested) keyboard, better panic | Benji Dial | -179/+730 |
2020-09-06 | minor changes, redoing makefile, meminfo program | Benji Dial | -93/+187 |
2020-09-06 | bugfixes, init program, hello world | Benji Dial | -59/+99 |
2020-09-06 | small fixes | Benji Dial | -15/+16 |
2020-09-06 | program loading, others | Benji Dial | -563/+1713 |
2020-08-13 | FAT16 directory enumeration, making many functions static, new 'log' function... | Benji Dial | -251/+434 |
2020-08-13 | lots of progress, including readonly PATA driver and part of FAT16 driver | Benji Dial | -274/+285 |
2020-08-11 | lots of progress | Benji Dial | -616/+1542 |
2020-05-27 | Keep bss until object copy phase to work with newer versions of binutils | Warren Galloway | -2/+2 |
2020-05-25 | do the same for .c files | Benji Dial | -0/+1 |
2020-05-25 | clarify to linguist that .h files are c, and not c++ | Benji Dial | -0/+1 |
2020-05-25 | got file loading working properly | Benji Dial | -20/+67 |
2020-05-25 | script to debug with qemu and gdb | Benji Dial | -4/+10 |
2020-05-24 | license | Benji Dial | -0/+13 |
2020-05-24 | basic fs type stuff, fat16, removing stack segment and using data segment | Benji Dial | -78/+251 |
2020-05-24 | very basic vga, ata, serial drivers. start of fat and fs drivers | Benji Dial | -65/+633 |
2020-05-16 | small stub with fat info | Benji Dial | -7/+120 |
2020-05-16 | fixed gdt (works in virtualbox now) | Benji Dial | -2/+2 |
2020-05-16 | Hello world | Benji Dial | -0/+122 |
2020-05-16 | starting over | Benji Dial | -2094/+0 |
2020-01-18 | going to try efi again | Benji Dial | -9/+115 |
2020-01-05 | function to return pointers to functions to read from a constant interface, s... | Benji Dial | -13/+219 |
2019-12-27 | woops, last commit was missing most of the file | Benji Dial | -1/+15 |
2019-12-27 | memory map explanation | Benji Dial | -2/+4 |
2019-12-27 | iso_9660_parse_ph | Benji Dial | -7/+102 |
2019-12-27 | doing iso9660 before gpt, making partition detection expandable | Benji Dial | -26/+115 |
2019-12-27 | lots of new stuff. new memory manager, some stuff on file plumbing | Benji Dial | -111/+365 |
2019-12-27 | apm and smbios stubs, get_char can now wait for printable | Benji Dial | -5/+61 |
2019-12-26 | a few more tags, just printing | Benji Dial | -9/+70 |
2019-12-26 | more info tags | Benji Dial | -35/+195 |
2019-12-26 | keyboard skeleton, skeleton, rcs, etc | Benji Dial | -32/+198 |
2019-12-26 | just learned you can index with ecx, updated assembly accordingly | Benji Dial | -18/+11 |
2019-12-26 | working memory manager | Benji Dial | -51/+62 |
2019-12-26 | serial ports, echo vga output over COM2 | Benji Dial | -10/+66 |
2019-12-26 | got multiboot info parsed! | Benji Dial | -79/+161 |
2019-12-25 | some more, tag part doesn't work | Benji Dial | -13/+22 |
2019-12-25 | more progress | Benji Dial | -35/+90 |
2019-12-24 | don't need 0.0.8 docs anymore | Benji Dial | -17/+0 |