Skip to content
Aman Priyadarshi edited this page Mar 6, 2017 · 3 revisions

Welcome

Welcome to Atom OS Wiki! I'll try to update this wiki with all the features and implementation design of Compiler/OS. If you come across any missing information then report it here.

Project Structure

  • libs
  • src
    • Apps
    • Build
      • Bin : Output directory
      • Local : Toolchain directory
      • ramdisk : disk0 image directory
      • ISO : CD image directory
    • Compiler
      • Atomixilc : Compiler's base directory
    • Kernel
      • Atomix.Kernel_H : Kernel's base directory
      • Kernel_alpha : Drivers testing kernel's base directory
    • Tools
  • toolchain
    This directory holds GCC cross compiler patches.

Branches

  • master

    • Only fully tested and stable changeset should be pushed/merged
  • Compiler

    • Compiler related edit should be pushed to this branch.
    • Unstable/stable changeset both are allowed.
Clone this wiki locally