The section .paging.setup.text needed to have the correct permissions before the multiboot was valid.
Makefile now adds debugging information into the assembly object files.
Fixed dependency issues for ZoarialBinOS.bin
Terminal buffed needed to be updated for the new paged address.
i686 is a newer revision of i386 and is the version my compiler supports
Files and folders have been updated to the i686 naming
Makefile has been updated
Updated Makefile to generate crtbegin.o and crtend.o.
Separated crti.s and crtn.s from the normal directory because the objects need to be linked in a specific order along with crtbegin.o and crtend.o.
Added comments to describe the makefile better.
Makefile now makes the proper /boot directory for the iso.
Makefile now include the libc c files during compilation.
Fixed grub.cfg file to use the newer OS name.