VGA: finish
Make a README

set_up or setup()
implement valist va_end() va_start()

Remake:
ld script 
multiboot.h

Why global variabls doesn't works? (in vga.c for exemple)
LD: warning for the entry point: find a parameter for ld to avoid the seek for the entry point

make sub arch dirs => x86


+++ IMPROVE +++

Makefile
-------- 
GNUmakefile: How to handle the configuration (options choices)? -> CMake ?
use colors
use include of variables 

assert()
#DEBUG

+++ END IMPROVE +++


+++ NOTE +++

	#$(LD) -Ttext 100000 $(LDFLAGS) \
		#-o $@ $(filter-out %.a,$^) \
		#-L../../build -lkk_hardware
		#$(LD) $(LDFLAGS) -T ./linker_script.ld -o $@ $^
	#$(CC) -nostdlib -static -o '$@' -Xlinker -T -Xlinker ../../linker_script.ld -L../../build -lkk_hardware

+++ END NOTE +++
