|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/drivers/console.h>#include <miniOS/arch/x86_64/spinlock.h>#include <string.h>#include <stdarg.h>
Functions | |
| __attribute__ ((format(printf, 1, 2))) | |
Variables | |
| static spinlock_t | printk_lock = SPINLOCK_INIT |
| __attribute__ | ( | (format(printf, 1, 2)) | ) |

|
static |