flanterm #11
Reference in New Issue
Block a user
Delete Branch "flanterm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Terminal driver changed to Flanterm.
Writing to framebuffer works great from kmain(), but still not from process functions: it throws #PF on NULL+offset.
However as I spent days on this and still didn't find the root issue, I'll give it up for now.
The next priority will be to parse ACPI tables, as for some reason, since Flanterm integration, keyboard interrupts stopped being emitted..
Timer interrupt still works at the selected frequency however so I doubt it is a problem on the IDT side.
Keyboard interrupt uses PIC and not IOAPIC so maybe we should upgrade to that => parse ACPI tables.