Main Page: Difference between revisions

From AMC-OS Developers
Jump to navigation Jump to search
(Added sections table)
No edit summary
 
(4 intermediate revisions by the same user not shown)
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 and OS work
* 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]]
* [[Applications, processes and threads]]
* [[Device drivers]]
|
|
* CPU
** [[Intel x86 Architecture]]
** [[Identifying CPU]]
* [[Interrupts]] (PIC, APIC)
* Devices identification
** [[BIOS]]
** [[Plug & Play]]
** [[PCI]]
* I/O
** [[Floppy disk controller]]
** [[IDE (ATA/ATAPI) controller]]
|
|
* [[Compiling and Linking]]
* [[Installing and running]]
* [[Installing and running]]
* [[Debugging]]
|-
|-
! scope="col" | Building software
! scope="col" | Building software
Line 25: Line 49:
|
|
* [[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]]

Latest revision as of 15:50, 29 July 2020

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 and OS work
  • 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