Chris Andrews

Results 15 issues of 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

driver

cli.inc is a good place to start the implementation.

driver

Create a memory manager for allocate physical memory.

core system

Pre-emptive scheduler.

core system

Add support for multiboot with GRUB. Load kernel into high memory.

enhancement
help wanted

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.

core system

AHCI implementation for interfacing with SATA devices.

driver