First attempt at a UART driver. I'm not sure it's the most stable. Now that userspace is handling displaying logs, also removed serial and log output support from the kernel.
10 lines
150 B
YAML
10 lines
150 B
YAML
---
|
|
init: srv.init
|
|
programs:
|
|
- name: panic.serial
|
|
target: kernel
|
|
flags: panic
|
|
- name: drv.uefi_fb
|
|
flags: graphical
|
|
- name: drv.uart
|