Declaring section of the form:
.align 4
.section "kernel"
.incbin "path-to-kernel"
And defining a linker variable before the section output does not always seem to work.
The linker seems to add padding even though .align directive comes before .section
modified: SConstruct.loader
modified: loader/linker.lds
modified: loader/main.c
Created a config directory for configuration files.
Moved all absolute path variables to a projpaths.py file
All scripts can now universally learn absolute paths via projpaths.py
Moved the config_symbols class to the configuration.py file.
Moved libs to loader since they are only referred by the loader