IlanVinograd / OS_32Bit

32 Bit Operation System
GNU General Public License v3.0
3 stars 1 forks source link

Add A20 check, enable code, and exception handling. #8

Closed IlanVinograd closed 1 month ago

IlanVinograd commented 1 month ago

This commit introduces functionality for checking and enabling the A20 line in a 16-bit environment. It includes:

These changes ensure proper system functioning in preparation for transitioning to protected mode.