Main Page: Difference between revisions

From AMC-OS Developers
Jump to navigation Jump to search
(Added sections table)
No edit summary
Line 3: Line 3:
==Welcome to AMC-OS Developers Website==
==Welcome to AMC-OS Developers Website==


This website is divided into several sections depending on the information you are looking for.
The AMC-OS Developers Website provides resources and information for people who :
* want to support AMC-OS development
* want to understand better how computers work
* want to understand how an OS work in general
* look for documentation and tools to build their own system
The website is divided into several sections depending on the information you are looking for.


To get general information on AMC-OS, please visit the [http://www.amc-os.com/ main website].
To get general information on AMC-OS, please visit the [http://www.amc-os.com/ main website].
All AMC-OS code and documentation is released under the [[AMC-OS Developers:General disclaimer|AMC-OS License]]


{| class="wikitable" cellpadding="5" width="60%"
{| class="wikitable" cellpadding="5" width="60%"
|+ AMC-OS Developers Website sections
|+ AMC-OS Developers Website sections
! scope="col" | OS Design
! scope="col" | OS Design
! scope="col" | Hardware guides
! scope="col" | Hardware
! scope="col" | Running AMC-OS
! scope="col" | Running AMC-OS
|- style="vertical-align:top;"
|- style="vertical-align:top;"
|
|
* [[Processor management]]
* [[Boot process]]
* [[Boot process]]
* [[AMCX file format]]
* [[Memory and paging]]
* [[Processes and threads]]
* [[Device drivers]]
|
|
* CPU
** [[Intel x86 Architecture]]
** [[Identifying CPU]]
|
|
* [[Compiling and Linking]]
* [[Installing and running]]
* [[Installing and running]]
* [[Debugging]]
|-
|-
! scope="col" | Building software
! scope="col" | Building software
Line 25: Line 42:
|
|
* [[AMC-OS Kernel API]]
* [[AMC-OS Kernel API]]
* [[AMC-OS C Library]]
* [[Compiling and Linking]]
|
|
|
|
|}
|}
AMC-OS code and documentation is released under [[AMC-OS Developers:General disclaimer|AMC-OS License]]

Revision as of 23:09, 13 August 2012

AMC-OS Logo

Welcome to AMC-OS Developers Website

The AMC-OS Developers Website provides resources and information for people who :

  • want to support AMC-OS development
  • want to understand better how computers work
  • want to understand how an OS work in general
  • look for documentation and tools to build their own system

The website is divided into several sections depending on the information you are looking for.

To get general information on AMC-OS, please visit the main website.

All AMC-OS code and documentation is released under the AMC-OS License

AMC-OS Developers Website sections
OS Design Hardware Running AMC-OS
Building software Tools and resources