Samuel

Results 4 issues of Samuel

## Bug Report I cannot run the first tutorial code in repl.it. ### Actual behavior: `ImportError: Library ‘GL’ not found.` ### Expected behavior: A window to open. ### Steps to...

Hello! I'm a big fan of your work, and noticed you added terminal scrolling. I'm building my own OS using your Terminal project as a base. However, compiling my own...

Hi, I've noticed a few bugs in your BIOS32 implementation that I myself had, and later fixed. For instance - you called `sti` to enable interrupts, but that will also...

This is a much cleaner & easier way to do exceptions. As well as that you seem to have forgotten to add `reg->cs` in your printf call which displayed everything...