summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/driver/video.c
AgeCommit message (Collapse)Author
2022-08-28kernel/vfs: minor vfs_request / vfs_root_register reworkdzwdz
* 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-12fix some minor warningsdzwdz
2022-08-08kernel/backend: remove the kern.ready() methoddzwdz
2022-08-06make snprintf shared; dynamic resolution supportdzwdz
2022-08-04do some simple TODOs, organize the rest; general code maintainancedzwdz
2022-08-01amd64: /video/b device, provided by grubdzwdz