Added system fetcher and strcpy(string.h)

This commit is contained in:
Cetica Marco
2021-01-03 18:24:55 +01:00
parent 21f017f13c
commit f13837f6f8
8 changed files with 64 additions and 18 deletions

View File

@@ -58,6 +58,5 @@ void kernel_main() {
PRTOK
printf(" - Heap works!");
iceos_ascii_logo();
init_prompt(); // Initialize frame buffer
}