Add framebuffer devices to /dev and mmap() for them

This commit is contained in:
Mark
2020-08-05 01:54:13 +03:00
parent 25f0a0987f
commit 415fd613a2
7 changed files with 151 additions and 45 deletions
+1
View File
@@ -7,4 +7,5 @@
struct ioc_vmode {
uint32_t width;
uint32_t height;
size_t pitch, bpp;
};