Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-06-21 | many, many changes; settings is broken | Benji Dial | -3/+10 | |
2021-03-11 | settings editor, and lots of changes in service of that | Benji Dial | -0/+2 | |
2021-03-04 | making fs drivers ignore already open files during kernel setup and when ↵ | Benji Dial | -0/+4 | |
opening init for the first time | ||||
2021-02-19 | rtc fixes, time command | Benji Dial | -0/+1 | |
2021-02-19 | kernel settings file | Benji Dial | -3/+4 | |
2021-02-18 | vbe support, truecolor window manager pixbufs | Benji Dial | -0/+28 | |
2021-02-17 | win+space, mkpopup | Benji Dial | -1/+1 | |
2021-02-16 | rtc timestamp, knob rand, random terminal color | Benji Dial | -5/+6 | |
2021-01-24 | graphics! | Benji Dial | -92/+26 | |
2020-09-19 | file manager | Benji Dial | -17/+4 | |
2020-09-13 | fixed some paging bugs, added fault handlers and new programs | Benji Dial | -1/+1 | |
2020-09-13 | (basic, not much tested) keyboard, better panic | Benji Dial | -4/+4 | |
2020-09-06 | minor changes, redoing makefile, meminfo program | Benji Dial | -14/+9 | |
2020-09-06 | bugfixes, init program, hello world | Benji Dial | -3/+5 | |
2020-09-06 | small fixes | Benji Dial | -3/+3 | |
2020-09-06 | program loading, others | Benji Dial | -8/+50 | |
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 | -37/+38 | |
functions to wrap vga and serial | ||||
2020-08-13 | lots of progress, including readonly PATA driver and part of FAT16 driver | Benji Dial | -27/+22 | |
2020-08-11 | lots of progress | Benji Dial | -57/+98 | |
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-25 | got file loading working properly | Benji Dial | -0/+14 | |
2020-05-24 | basic fs type stuff, fat16, removing stack segment and using data segment | Benji Dial | -14/+36 | |
2020-05-24 | very basic vga, ata, serial drivers. start of fat and fs drivers | Benji Dial | -3/+25 | |
2020-05-16 | small stub with fat info | Benji Dial | -1/+8 | |
2020-05-16 | Hello world | Benji Dial | -0/+7 | |
2020-05-16 | starting over | Benji Dial | -470/+0 | |
2019-12-27 | memory map explanation | Benji Dial | -1/+1 | |
2019-12-27 | lots of new stuff. new memory manager, some stuff on file plumbing | Benji Dial | -45/+49 | |
2019-12-27 | apm and smbios stubs, get_char can now wait for printable | Benji Dial | -3/+38 | |
2019-12-26 | a few more tags, just printing | Benji Dial | -9/+70 | |
2019-12-26 | more info tags | Benji Dial | -32/+148 | |
2019-12-26 | keyboard skeleton, skeleton, rcs, etc | Benji Dial | -15/+24 | |
2019-12-26 | working memory manager | Benji Dial | -17/+29 | |
2019-12-26 | got multiboot info parsed! | Benji Dial | -34/+59 | |
2019-12-25 | some more, tag part doesn't work | Benji Dial | -4/+8 | |
2019-12-25 | more progress | Benji Dial | -27/+32 | |
2019-12-24 | start of 0.0.9 branch, using multiboot this time | Benji Dial | -25/+169 | |
2019-12-24 | small changes, part 2, rewriting bootloader partially, giving up on this branch | Benji Dial | -1/+1 | |
2019-12-23 | small changes, part 1 | Benji Dial | -1/+3 | |
2019-12-22 | report number of free pages | Benji Dial | -0/+16 | |
2019-12-17 | a good deal of process | Benji Dial | -0/+11 | |
2019-12-14 | more of bootloader, tiny kernel stub | Benji Dial | -0/+26 | |