Home
last modified time | relevance | path

Searched refs:kb_file_path (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/user/apps/shell/
Dshell.c93 char kb_file_path[] = "/dev/char/ps2.kb0"; in main() local
95 int kb_fd = open(kb_file_path, 0); in main()