Chris Andrews
Chris Andrews
Only a very trivial issue however code comments seem a bit inconsistent. Should we standardize on: `mov rax, rbx ; This is a comment` Space after ';' and start with...
* Extended thread buffer by 2048 * Added a very basic HTML formatted response with a list of the directory contents * When request for a directory is a non...
Add support for network cards. This has been partially started ini8254x.inc and rtl8169.inc
Add support for multiboot with GRUB. Load kernel into high memory.
Create a virtual memory manager that allocates new pages and page tables and uses the physical memory manager to do the actual allocation of memory.