Initial commit - slab allocator, kmalloc, other re
factors
This commit is contained in:
parent
1dd7b8b07f
commit
4e40a040dd
39 changed files with 863 additions and 412 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "../sys/acpi.h"
|
||||
#include "../hal/ioapic.h"
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
#include <kprint.h>
|
||||
|
||||
#define COM1 0x3F8
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ void serial_init(){
|
|||
outb(COM1, 0xAE);
|
||||
|
||||
if(inb(COM1) != 0xAE){
|
||||
klog(LOG_WARN, __func__, "Serial controller failed test, serial output will not work");
|
||||
klog(__func__, "Serial controller failed test, serial output will not work");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue