]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
kernel: add console subsystem and kprintf (uart+vga)
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 23:13:26 +0000 (20:13 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 23:13:26 +0000 (20:13 -0300)
commit9b40a9afa143f99fa349c4dc0a31727a8bf95300
treeda1f5acd672ed883a6ba2020a5493c962f1c3746
parentd056f1b87579766252e4579b17b1f0e9f5fd7304
kernel: add console subsystem and kprintf (uart+vga)
include/console.h [new file with mode: 0644]
src/arch/x86/arch_platform.c
src/kernel/console.c [new file with mode: 0644]
src/kernel/main.c