infos
infos copied to clipboard
The School of Informatics (University of Edinburgh) Research Operating System
These patches add support for a serial console. The UART code is loosely based on that of MIT's xv6. It has allowed me at King's to run a coursework that...
Replace forward list implementation with double-linked list implementation, which allows O(1) complexity for adding and removing both end of the list.
I'm currently trying to get Doom to run on this OS and noticed an issue with the memory management initialisation. It has to do with multiboot information, `multiboot_info_structure` is a...