vmx: use _actual_ system kbmap
This commit is contained in:
parent
eb65fc5e69
commit
de27182a8e
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ vgainit(void)
|
||||||
sysfatal("failed to initialize graphics: %r");
|
sysfatal("failed to initialize graphics: %r");
|
||||||
screeninit(1);
|
screeninit(1);
|
||||||
flushimage(display, 1);
|
flushimage(display, 1);
|
||||||
kbdlayout("/sys/lib/kbmap/us");
|
kbdlayout("/dev/kbmap");
|
||||||
mc = initmouse(nil, screen);
|
mc = initmouse(nil, screen);
|
||||||
kbdch = chancreate(sizeof(ulong), 128);
|
kbdch = chancreate(sizeof(ulong), 128);
|
||||||
mousech = chancreate(sizeof(Mouse), 32);
|
mousech = chancreate(sizeof(Mouse), 32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue