Kernel/userspace: Implement KD_LOADFONT and loadfont program

This commit is contained in:
2024-07-03 09:02:49 +03:00
parent 940fb0d1fd
commit 5dc441c4af
6 changed files with 61 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ struct str_list
#define I_SWROPT 28
#define I_UNLINK 29
#define KD_LOADFONT 30
#define FLUSHR 1
#define FLUSHRW 2
#define FLUSHW 3