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