kernel: add basic console registration system and printk()
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <socks/machine/_gdt.h>
|
||||
|
||||
#define ml_halt_cpu() asm volatile("cli;hlt")
|
||||
|
||||
typedef struct ml_cpu_block {
|
||||
struct gdt c_gdt;
|
||||
struct gdt_ptr c_gdt_ptr;
|
||||
|
||||
Reference in New Issue
Block a user