lucicos/kernel/screen/include/framebuffer.h

12 lines
166 B
C

#ifndef ISCREEN_H_
#define ISCREEN_H_
/*
* The starting address of the memory mapped I/O for the framebuffer.
*
*/
#define FBUFFER_START_ADDR 0x000B8000
#endif