Nicolás Ortega Froysa f51e10870b
Change of name.
2018-03-11 17:47:43 +01:00
2018-03-11 17:47:43 +01:00
2018-03-09 18:19:52 +01:00
2018-03-08 16:53:29 +01:00
2018-03-08 16:56:23 +01:00
2018-03-11 17:47:43 +01:00
2018-03-11 17:47:43 +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 for your target architecture, along with GNU Make (I'll switch to the GNU autotools as soon as I can get them to work properly).

To compile a full image you can run make build-iso, which will use GNU GRUB as the bootloader. Else, just run make and it will build the kernel into a file called colonel.bin. You can run the latter with QEMU by using the -kernel option.

License

This project is licensed under the terms and conditions of the GNU General Public License version 3 or greater.

Description
No description provided
Readme 107 KiB
Languages
C 69.4%
Assembly 17.6%
CMake 13%