Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
https://aero.andypy.dev
GNU General Public License v3.0
1.17k stars 50 forks source link

Make it possible to go over initial terminal buffer limit without a panic #8

Closed xtoto1 closed 2 years ago

xtoto1 commented 2 years ago

This pull request fixes the attempted to out of bound access the aero shell command buffer: Screenshot from 2021-12-05 18-42-27

After the patch is applied looks like: image