IGR2014 / IgrOS-Kernel

Small OS kernel (i386, x86_64 for now) written in C++20
MIT License
4 stars 1 forks source link

Reorganize video memory (both i386 and x86_64) to move common code from drivers to console.hpp/console.cpp #8

Open IGR2014 opened 5 years ago

IGR2014 commented 5 years ago

vmem drivers for both supported archs now have common code which could be moved to upper HAL (hardware abstraction layer). Suggested file names: console.hpp/console.cpp