ffbe098ef8
TLC (Twilight Commander) was missing from both ISO configs. Added
tlc = {} to [packages] in redbear-mini.toml and redbear-full.toml.
Created missing symlink: recipes/tui/tlc -> ../../local/recipes/tui/tlc.
10 lines
145 B
C
10 lines
145 B
C
#ifndef _LINUX_KD_H
|
|
#define _LINUX_KD_H
|
|
|
|
#define KDSETMODE 0x4B3A
|
|
#define KDGETMODE 0x4B3B
|
|
#define KD_TEXT 0x00
|
|
#define KD_GRAPHICS 0x01
|
|
|
|
#endif
|