x86_64: allow serial port baud rate to be configured

This commit is contained in:
2023-05-07 12:22:47 +01:00
parent 9e16a2e70c
commit 96e695704a
3 changed files with 46 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ int ml_init(uintptr_t arg)
bootstrap_cpu_init();
vgacon_init();
serialcon_init();
serialcon_init(115200);
clock_calibrate(500);
print_kernel_banner();