the like 10th and hopefully last rewrite of MTGos
Go to file
2018-03-25 09:43:01 +01:00
buildtools added an untested pmm for every machine except for PC 2017-07-20 15:37:45 +01:00
cross update: update gcc to 7.3 and binutils to 2.30 2018-03-25 08:58:12 +01:00
docs added temporary syscall list 2017-07-29 11:10:19 +01:00
iso/boot/grub added working LFB driver and some helper scripts 2017-04-29 11:06:31 +00:00
kernel fix: made raspi2 compile 2018-03-25 09:43:01 +01:00
toolchains added actual code to run 2017-04-23 17:41:25 +00:00
.clang-format added clang format 2017-04-26 10:27:27 +00:00
.gitignore added an untested pmm for every machine except for PC 2017-07-20 15:37:45 +01:00
.travis.yml next 2017-08-26 13:15:40 +01:00
CMakeLists.txt added actual code to run 2017-04-23 17:41:25 +00:00
config.py added source code generation for interrupt handling 2017-04-30 14:46:49 +00:00
do_all.sh added warnings and updated the cross compilers 2017-12-09 18:46:35 +00:00
Doxyfile fixed screeninit, got text to show on arm11 and added documentation 2017-04-29 20:04:29 +00:00
fontgen.py added warnings and updated the cross compilers 2017-12-09 18:46:35 +00:00
LICENSE fix: update license 2018-03-24 21:53:59 +01:00
readme added actual code to run 2017-04-23 17:41:25 +00:00
unifont.hex added font support 2017-04-23 20:04:39 +00:00

to build mtgos you need the cross compilers, whose makefile is included in cross/

Quick walkthrough of the steps needed for building:

1) ./config.py - this will ask you a couple questions needed for building and create a appropriate config.cmake and config.h
2) mkdir -pv build; cd build - this will enter a build directory, as an in-dir build is not supported
3) cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/<toolchain name here>.cmake ..
4) make
5) Kernel is in kernel/kernel