amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

[Compiler] ELF output for Kernel Project #15

Closed amaneureka closed 8 years ago

amaneureka commented 8 years ago

Compiler assumes and output flat binary for Kernel Project, which could affect loading time of Kernel by Bootloader. It need to changed to ELF output.

amaneureka commented 8 years ago

https://github.com/amaneureka/AtomOS/pull/16

amaneureka commented 8 years ago

Fixed by https://github.com/amaneureka/AtomOS/pull/16