BarinkOS/kernel
Nigel Barink 6086b04054 Added klog as a new logging system
* The logging system sends the message to both VGA and serial
* The serial print uses color to indicate the category of the message

Message Categories  |  Colours
Debug			Green
Info			Blue
Error			Red
2023-10-28 22:28:21 +02:00
..
acpi ACPI reading memory when mapped to higher half 2023-09-11 23:23:38 +02:00
boot Improved build system 2023-02-20 00:29:06 +01:00
devices Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
drivers Created a proper driver for the serial bus 2023-10-28 21:51:04 +02:00
i386 Improved build system 2023-02-20 00:29:06 +01:00
interrupts Couple of small changes 2023-10-28 20:42:28 +02:00
io Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
memory FAT Filesystem implementation additions 2023-10-27 18:07:11 +02:00
pci Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
prekernel Couple of small changes 2023-10-28 20:42:28 +02:00
storage FAT Filesystem implementation additions 2023-10-27 18:07:11 +02:00
supervisorterminal Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
terminal FAT Filesystem implementation additions 2023-10-27 18:07:11 +02:00
Makefile Added klog as a new logging system 2023-10-28 22:28:21 +02:00
bitmap.h Improved build system 2023-02-20 00:29:06 +01:00
bootcheck.h Improved build system 2023-02-20 00:29:06 +01:00
bootinfo.h Improved build system 2023-02-20 00:29:06 +01:00
crti.s Improved build system 2023-02-20 00:29:06 +01:00
crtn.s Improved build system 2023-02-20 00:29:06 +01:00
definitions.h Improved build system 2023-02-20 00:29:06 +01:00
grub.cfg Improved build system 2023-02-20 00:29:06 +01:00
irq_table.s Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
irs_table.s Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
kernel.cpp Added klog as a new logging system 2023-10-28 22:28:21 +02:00
kernel.h Improved build system 2023-02-20 00:29:06 +01:00
klog.cpp Added klog as a new logging system 2023-10-28 22:28:21 +02:00
klog.h Added klog as a new logging system 2023-10-28 22:28:21 +02:00
linker.ld Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
syscalls.h Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
time.cpp Improved build system 2023-02-20 00:29:06 +01:00
time.h Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
timer.cpp Improved build system 2023-02-20 00:29:06 +01:00
timer.h Started fleshing out the storage API 2023-02-21 14:36:20 +01:00