Boot loader for ext2 file system. (WIP)
TODO:
- Add allocator for high memory
- Add ELF binary loader
- Add paging support
You must use GCC cross (as described this article on osdev wiki) compiller and CMake to build sources. "boot.bin" will be loaded at 0x10000 linear addres with 0x1000:0 real-mode entry point.