kernel - whatever
This commit is contained in:
parent
0772a48c29
commit
31e53e88b9
10 changed files with 112 additions and 32 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue