Remove kernel implementation of string.h

This commit is contained in:
2022-01-10 13:02:02 +01:00
parent 27682a9fe1
commit 2ec2af15b5
10 changed files with 13 additions and 72 deletions

View File

@@ -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