move string things to string.hpp

This commit is contained in:
2023-10-21 18:05:09 +02:00
parent d0343e69b3
commit 65a118a68b
6 changed files with 106 additions and 74 deletions

View File

@@ -12,6 +12,7 @@
#include "mutex.hpp"
#include "paging.hpp"
#include "serial.hpp"
#include "string.hpp"
#include "timer.hpp"
#include "tty.hpp"