]> 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)
commit714118709607c32f450f9ce7c649ddebfc1d79ad
treec209c577c40bba1b1a9f6b03703f5291cedc8d5f
parentcf38e66ef445adf88320ac80291f38be57f9e73c
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