SayoriOS  0.3.3
elk_config.h
1 #pragma once
2 
3 #include "common.h"
4 
5 #define JSE_LIBS_PATH "R:\\Sayori\\JSE\\"
6 #define JSE_MIN_STACK 8196
7 
8 #define JSE_MSG_ERROR_LIBRARY "Library error!"
9 
10 #define JSE_DISPLAY_SETPIXEL(x,y,c); set_pixel(x,y,c); ///! Отрисовка одного пикселя
Основные определения ядра