mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
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
|