Age | Commit message (Expand) | Author |
2024-05-29 | include: kernel: input: add in keyboard.h | Danny Holman |
2024-05-29 | arch: i386: remove last refs to moved headers | Danny Holman |
2024-05-29 | arch: i386: fix several bugs in paging subsystem | Danny Holman |
2024-05-27 | arch: i386: pmem: refactor the physical MM | Danny Holman |
2024-05-27 | arch: i386: update all files to use the new libk | Danny Holman |
2024-05-27 | arch: i386: add a spinlock implementation | Danny Holman |
2024-05-27 | arch: i386: pass entry page directory to entry func | Danny Holman |
2024-05-27 | drivers: create a subdir just for driver code | Danny Holman |
2024-05-27 | libk: create a subset libc for kernel use | Danny Holman |
2024-03-28 | kernel: sched: add a flag that is set on init | Danny Holman |
2024-03-28 | kernel: add a basic thread scheduler | Danny Holman |
2024-03-28 | arch: i386: kernel: implement a kmalloc function | Danny Holman |
2024-03-28 | arch: i386: kernel: add mostly finished PFA and paging system | Danny Holman |
2024-02-24 | kernel: string: add a strcpy function | Danny Holman |
2024-02-24 | arch: i386: cleanup everything and reorganize | Danny Holman |
2024-02-24 | arch: i386: move jump_userspace to its own file | Danny Holman |
2024-02-21 | README: update copyright line | Danny Holman |
2024-02-16 | arch: i386: add basic keyboard driver | Danny Holman |
2024-02-16 | kernel: panic: add a variable that locks other CPUs | Danny Holman |
2024-02-16 | arch: i386: roll physical memory control into VMM | Danny Holman |
2024-02-16 | arch: i386: move GDT definitions to their own header | Danny Holman |
2024-02-16 | arch: i386: multiboot: move arch-specific inits here | Danny Holman |
2024-02-16 | arch: i386: move IRQ functions to PIC driver | Danny Holman |
2024-02-16 | arch: i386: move raw assembly calls to their own header | Danny Holman |
2024-02-16 | kernel: mem: kmalloc should not call page allocation | Danny Holman |
2024-02-16 | kernel: add a panic function | Danny Holman |
2024-02-16 | arch: i386: syscall.c: add functions that dump data | Danny Holman |
2024-02-16 | arch: i386: gdt.c: fix a bug in userspace jump | Danny Holman |
2024-02-16 | arch: i386: boot: ISR frame should not include ESP | Danny Holman |
2024-02-16 | Makefile: add flags to qemu that activate the serial port | Danny Holman |
2024-02-16 | arch: i386: add operations to control PIT timer | Danny Holman |
2024-02-16 | include: kernel: add the container_of.h file | Danny Holman |
2024-02-16 | kernel: string: add more functions to string library | Danny Holman |
2024-02-16 | arch: i386: put framebuffer ops in own file | Danny Holman |
2024-02-16 | arch: i386: kernel: the serial driver should be more POSIX-y | Danny Holman |
2024-02-16 | kernel: make kprintf print to a ring buffer | Danny Holman |
2024-02-16 | include: kernel: move list.h to a data struct directory | Danny Holman |
2023-11-26 | arch: i386: alloc: remove erroneous halt instruction | Danny Holman |
2023-11-26 | arch: i386: make: add source filesv0.05 | Danny Holman |
2023-11-26 | arch: i386: linker.ld: add references to the bitmap | Danny Holman |
2023-11-26 | kernel: list: add a linked-list implementation | Danny Holman |
2023-11-26 | kernel: mem: add a simple kmalloc implementation | Danny Holman |
2023-11-26 | arch: i386: paging: add a proper paging API | Danny Holman |
2023-11-26 | arch: i386: alloc: add a physical memory manager | Danny Holman |
2023-11-26 | arch: i386: add multiboot support | Danny Holman |
2023-11-26 | arch: i386: serial.c: make serial_writestring static | Danny Holman |
2023-11-26 | arch: i386: tty.c: remove unneeded local variable | Danny Holman |
2023-11-26 | arch: i386: syscall.c: replace function calls with single switch | Danny Holman |
2023-11-26 | arch: i386: pic.c: finish implementing functions from pic.h | Danny Holman |
2023-11-26 | arch: i386: syscall.h: define some example system calls | Danny Holman |