nkeck720 / nos

A command-line based OS written in FASM syntax for i386 and above.
GNU General Public License v2.0
9 stars 5 forks source link

Add FAST A20 method #48

Closed nkeck720 closed 7 years ago

nkeck720 commented 7 years ago

This is here to provide a last-ditch effort to enable the A20 line. If this method does not work then the machine we are tying this on truly does not support the A20 line.

Signed-off-by: nkeck720 noahkeck72@gmail.com

nkeck720 commented 7 years ago

Testing this now.

nkeck720 commented 7 years ago

This has been tested both on Bochs and on real hardware and seems to work perfectly fine.