Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-31 | remove argc, argv; arguments will be passed via environment variables | Benji Dial | -4/+1 | |
2024-07-31 | add clock | Benji Dial | -1/+1 | |
2024-07-27 | lots and lots of userspace stuff | Benji Dial | -15/+7 | |
2024-05-20 | rewrite application stuff in the kernel to support multitasking | Benji Dial | -114/+12 | |
2024-05-19 | rework daguerre a bit | Benji Dial | -61/+65 | |
2024-05-19 | add font loading and rendering to daguerre | Benji Dial | -16/+13 | |
2024-05-19 | mouse support (working in qemu, semi-working in virtualbox) | Benji Dial | -16/+108 | |
2024-05-18 | reorganization, cross compiler | Benji Dial | -50/+40 | |
2024-01-27 | keyboard input | Benji Dial | -1/+16 | |
2024-01-20 | update | Benji Dial | -20/+26 | |
2024-01-15 | redo application paging and system calls, rename mercury to hilbert | Benji Dial | -6/+5 | |
2024-01-14 | register interrupts 0x08 - 0x0f | Benji Dial | -1/+5 | |
2024-01-13 | minimal cpu exception handling | Benji Dial | -1/+3 | |
2024-01-13 | application loading | Benji Dial | -0/+24 | |