kernel: add basic console registration system and printk()
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
typedef unsigned int kern_status_t;
|
||||
|
||||
#define KERN_OK (0)
|
||||
#define KERN_ERR_UNIMPLEMENTED (1)
|
||||
#define KERN_OK (0)
|
||||
#define KERN_UNIMPLEMENTED (1)
|
||||
#define KERN_NAME_EXISTS (2)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user