Skip to content

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly or C/C++.

Notifications You must be signed in to change notification settings

MatthiasKroll/BareMetal-OS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

===============================================================================
BareMetal OS -- a 64-bit OS written in Assembly for x86-64 systems
Copyright (C) 2008-2011 Return Infinity -- see LICENSE.TXT
===============================================================================


BareMetal is a 64-bit protected mode operating system for x86-64 compatible
PCs, written entirely in assembly language, which boots from a hard drive. It
features a command-line, support for FAT16 hard drives and sound via the PC
speaker. It can load external programs and has over 60 system calls. BareMetal
can also utilize all available CPU's in the computer it is run on.

At the moment there is no plan to BareMetal into a general-purpose operating
system like Windows, Mac OS X, or Linux; it is designed as a learning tool,
to demonstrate how a simple OS works. One idea for BareMetal is to be used as
a base for raw number crunching applications, perhaps even in a cluster
enviroment. You can use it as the basis of your own OS project, or to learn
about x86-64 assembly language. The complete documentation for BareMetal,
including instructions on running it, building it and writing your own
programs for it can be found in the docs/ directory.

See LICENSE.TXT for redistribution/modification rights, and CREDITS.TXT for
a list of people involved.

Have fun and happy hacking!

 -- Ian Seyler (ian.seyler@returninfinity.com)


===============================================================================

About

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly or C/C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published