Relative Content

Tag Archive for linux-kernelconsoleoperating-systemkeyboardxv6

Adding a listener for a left shift in xv6

I am currenlty working on a xv6, I want to add an option when left shift + arrow up is pressed to return previously used command, something like history. I need help figuring out how to read when left shift is pressed
console.c file