Remove kernel implementation of string.h
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// #include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <terminal.h>
|
||||
#include <memory.h>
|
||||
#include <ports.h>
|
||||
#include <memory.h>
|
||||
#include <multiboot.h>
|
||||
#include <stddef.h>
|
||||
#include <debug.h>
|
||||
|
||||
#define VGA_ADDRESS_PORT 0x3D4
|
||||
#define VGA_DATA_PORT 0x3D5
|
||||
|
||||
Reference in New Issue
Block a user