Sync/kernel
Curle e4500c27e3 Finish basic memory management.
This won't compile, as it's missing the xAVX functions.
I have a sort-of implementation of them, but it's brutal.
5400 lines total.

For now, they can be substituted with the x functions (remove AVX) to compile the kernel.
2019-07-24 15:53:39 +01:00
..
bootstrap.c Add the bootstrap file. 2019-07-23 20:32:24 +01:00
descriptor_tables.c Change branding, ProjectRED -> Sync. 2019-07-17 02:04:04 +01:00
graphics.c More minor changes. 2019-07-24 01:37:39 +01:00
interrupts.c Change branding, ProjectRED -> Sync. 2019-07-17 02:04:04 +01:00
kernel.c Update main kernel file and Utils for the new functions. 2019-07-23 23:01:12 +01:00
memory.c Finish basic memory management. 2019-07-24 15:53:39 +01:00
print.c The print file. 2019-07-24 01:39:00 +01:00
serial.c Commenting improvements 2019-07-22 22:32:35 +01:00
syscalls.c Format files 2019-04-03 17:46:58 -04:00
utils.c Remove inb and outb, since they have counterparts in ReadPort and WritePort. 2019-07-24 01:38:00 +01:00