12 lines
211 B
C
12 lines
211 B
C
/* $Id$ */
|
|
/* Copyright (c) 2018 Pierre Pronchery <khorben@defora.org> */
|
|
/* This file is part of DeforaOS uKernel */
|
|
|
|
|
|
|
|
#define KERNEL_BUS "tty"
|
|
#define KERNEL_CONSOLE "stdio"
|
|
|
|
|
|
#include "../src/kernel/main.c"
|