pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

Screen scrolling doesn't work. #26

Open sasdallas opened 2 years ago

sasdallas commented 2 years ago

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 code and your code both still don't scroll.

I see you have added a method called terminal_scroll(), however, I do not see any calls of it in terminal's code.

I hope to see this fixed, love your work!

sasdallas commented 1 year ago

I'm going to make a pull request with proper screen scrolling code - sorry for the wait.

sasdallas commented 1 year ago

Pull request opened EDIT: denied to issues with VESA VBE