Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmeh committed Jul 5, 2024
1 parent b45e396 commit a1a677d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/console/system_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <kernel/memory/memory.h>
#include <kernel/panic.h>

int buf[32654];

static struct inode* get_tty_device(void) {
const dev_t candidates[] = {
makedev(5, 0), // /dev/tty
Expand Down

0 comments on commit a1a677d

Please sign in to comment.