Go to file
Nicolás Ortega Froysa 3d4e2e48c9
Build ISO target.
2018-03-14 22:39:49 +01:00
build CMake fully integrated. 2018-03-14 21:44:41 +01:00
configs Change of name. 2018-03-11 17:47:43 +01:00
src/kernel Reverting to continue using GNU. 2018-03-14 19:07:46 +01:00
toolchains CMake fully integrated. 2018-03-14 21:44:41 +01:00
.gitignore CMake fully integrated. 2018-03-14 21:44:41 +01:00
CMakeLists.txt Build ISO target. 2018-03-14 22:39:49 +01:00
LICENSE Licensing 2018-03-08 16:56:23 +01:00
Makefile Reverting to continue using GNU. 2018-03-14 19:07:46 +01:00
README Updated README. 2018-03-14 22:14:53 +01:00

===============
*** Colonel ***
===============
This is a small OS project I'm working on. It's slow progress and
probably shouldn't be run anywhere except in an emulator. It currently
supports the following architectures:
 - x86

# Compiling
-----------
You'll want to setup a cross-compilation toolchain with GCC
(https://gcc.gnu.org/) and the GNU Binutils
(https://www.gnu.org/software/binutils/) for your target architecture,
as well as the CMake build system (https://cmake.org/). You can test
the kernel in QEMU (https://www.qemu.org/) using the `-kernel' option.

# License
---------
This project is licensed under the terms and conditions of the GNU
General Public License version 3 or greater (/LICENSE).