Hello, world! in linear framebuffer
This commit is contained in:
9
src/kernel.h
Normal file
9
src/kernel.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
enum ErrorCodes
|
||||
{
|
||||
ENOMEM
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user