Igo, California
Weirdo, computer nerd, aspiring ecosystem co-creator, I've lead a strange and unlikely life. I dropped out of highschool and was homeless for several years. During that time I learned Reiki, and how to operate and program Linux computers. I decided to get a job as a programmer, so I created a project and presented it at CodeCon 2004. That led to a career as a computer programmer. I worked at several startups (including Etsy) and eventually as a TVC at the Google campus in Mountain View. Since then I have been semi-retired, and I've turned my attention to my other passion: gardening and ecology.
Comment by ~sforman on ~sforman/Ghm
Rename
blit
to something likeblit_char
to make it clear that it's not a general purpose blit function. Make it check that the requested character is in the character set. Clean up the code a little.
Comment by ~sforman on ~sforman/Ghm
REPORTED
RESOLVED IMPLEMENTEDComment by ~sforman on ~sforman/Ghm
I put in the mouse driver code, and the IDT and PIC code. I think I just have to activate the PS/2 subsystem and then hopefully the mouse (and keyboard) will register and work!?
Comment by ~sforman on ~sforman/Ghm
REPORTED
RESOLVED IMPLEMENTEDComment by ~sforman on ~sforman/Ghm
Good source (pun! yeah!) of info: https://git.hippoz.xyz/tunacangamer/HhhOS
Comment by ~sforman on ~sforman/Ghm
https://github.com/limine-bootloader/limine/blob/trunk/PROTOCOL.md#entry-machine-state The limine bootloader sets up the GDT.
REPORTED
RESOLVED IMPLEMENTEDComment by ~sforman on ~sforman/Ghm
Yah, that was it
REPORTED
RESOLVED FIXED