kernel - whatever

This commit is contained in:
RaphProductions 2025-05-14 18:15:15 +02:00
parent 0772a48c29
commit 31e53e88b9
10 changed files with 112 additions and 32 deletions

View file

@ -27,7 +27,7 @@ void log(char *format, ...) {
if (ft_ctx)
flanterm_write(ft_ctx, buf, strlen(buf));
/*for (int i = 0;; i++) {
for (int i = 0;; i++) {
if (date[i] == '\0')
break;
@ -39,7 +39,7 @@ void log(char *format, ...) {
break;
outb(0xE9, buf[i]);
}*/
}
// spinlock_release(&log_lock);
}