* mikeOS 16 bit and amd64 baremetal
[mascara-docs.git] / amd64 / bareMetalOS-0.5.2 / baremetal0.5.2 / README.TXT
blob4dd4cd2b4054afc89a4ce9c375ee8eec883bdd74
1 ===============================================================================\r
2 BareMetal OS -- a 64-bit OS written in Assembly for x86-64 systems\r
3 Copyright (C) 2008-2011 Return Infinity -- see LICENSE.TXT\r
4 ===============================================================================\r
5 \r
6 \r
7 BareMetal is a 64-bit protected mode operating system for x86-64 compatible\r
8 PCs, written entirely in assembly language, which boots from a hard drive. It\r
9 features a command-line, support for FAT16 hard drives and sound via the PC\r
10 speaker. It can load external programs and has over 60 system calls. BareMetal\r
11 can also utilize all available CPU's in the computer it is run on.\r
13 At the moment there is no plan to BareMetal into a general-purpose operating\r
14 system like Windows, Mac OS X, or Linux; it is designed as a learning tool,\r
15 to demonstrate how a simple OS works. One idea for BareMetal is to be used as\r
16 a base for raw number crunching applications, perhaps even in a cluster\r
17 enviroment. You can use it as the basis of your own OS project, or to learn\r
18 about x86-64 assembly language. The complete documentation for BareMetal,\r
19 including instructions on running it, building it and writing your own\r
20 programs for it can be found in the docs/ directory.\r
22 See LICENSE.TXT for redistribution/modification rights, and CREDITS.TXT for\r
23 a list of people involved.\r
25 Have fun and happy hacking!\r
27  -- Ian Seyler (ian.seyler@returninfinity.com)\r
30 ===============================================================================\r