carterisonline / lateral

A clean, custom-built modular kernel ready to boot on x86_64.
Apache License 2.0
106 stars 6 forks source link

Problems starting the command-bar #1

Closed Pebor closed 3 years ago

Pebor commented 3 years ago

I seem to be unable to launch the command-bar using , when pressed, it types out Unhandled: Display("\t"). Also on a side note, sometimes the os starts on just straight up doesn't take my input and I have to restart.. idk 🤷‍♂️ Cool project tho! Can't wait to dig in it a bit more with the command-bar.

Specs btw are: OS | Arch (Instantos) Keyboard is only 87 keys if thats important in any weird way

carterisonline commented 3 years ago

Currently the command-bar is unimplemented (see TODO.md) but I plan on working on fixing your issue with dropped input. I'm guessing it has to do with the sleep command, so I'll test it out later.

Pebor commented 3 years ago

Oh, must have looked over it, sorry. Can't wait to see more then!