Main Page: Difference between revisions

From AMC-OS Developers
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
[[File:Amc-os_ant_final.png|top|right|frame|AMC-OS Logo]]


Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
==Welcome to AMC-OS Developers Website==


== Getting started ==
The AMC-OS Developers Website provides resources and information for people who :
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* want to support AMC-OS development
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* want to understand better how computers and OS work
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
* 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].
 
All AMC-OS code and documentation is released under the [[AMC-OS Developers:General disclaimer|AMC-OS License]]
 
{| class="wikitable" cellpadding="5" width="60%"
|+ AMC-OS Developers Website sections
! scope="col" | OS Design
! scope="col" | Hardware
! scope="col" | Running AMC-OS
|- style="vertical-align:top;"
|
* [[Processor management]]
* [[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]]
* [[Debugging]]
|-
! scope="col" | Building software
! scope="col" | Tools and resources
! scope="col" |
|- style="vertical-align:top;"
|
* [[AMC-OS Kernel API]]
* [[AMC-OS C Library]]
* [[Compiling and Linking]]
|
|
|}

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