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

Scrolling Screen #25

Closed xing1357 closed 2 years ago

xing1357 commented 2 years ago

Idk for the terminal why the screen isn't made to scroll.... Zeroing out the line buffer should be enough.