Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-28 | kernel/vfs: minor vfs_request / vfs_root_register rework | dzwdz | |
* changed vfs_root_register's name because the _mount didn't add anything * removed the old pointless vfs_backend_tryaccept calls from drivers * because of that, i could remove the vfs_backend globals * replaced the horrible BACKEND_KERN macro * all vfs_backends are now stored on the heap | |||
2022-08-23 | shared/ring: rename ring_size to ring_used, add ring_avail | dzwdz | |
2022-08-08 | kernel/backend: remove the kern.ready() method | dzwdz | |
2022-08-07 | kernel: ps2 mouse support | dzwdz | |
2022-08-07 | driver/ps2: prepare for mouse support | dzwdz | |
2022-08-07 | kernel: ring_to_virt | dzwdz | |
2022-07-29 | syscall/write: WRITE_TRUNCATE | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |