Commit Graph

10 Commits

Author SHA1 Message Date
69eb6e10c8
Separate out ELF header parsing to another file 2020-12-02 02:37:17 +00:00
c451afba0d
Add debugging symbols to output.. 2020-11-26 03:48:41 +00:00
1cb5c671f7
Add basic stack unwinding functionality 2020-11-09 18:39:34 +00:00
903b5439ba
Fix building on Windows by dpeter99
Fix CMake invocation that confused it into using Visual Studio build tools..
2020-10-18 18:27:07 +02:00
Curle
5421541208
Comment out the post-build script.
More preparation for build server.
2020-10-16 23:28:02 +01:00
5ad73b7046
Move toolchain to VirtualBox. qemu is too restrictive :/ 2020-09-29 01:36:05 +01:00
78fb7f061f
Add new files to CMake 2020-08-31 21:53:10 +01:00
aba82eaacb
Add support for C++
This was a doozy. I had to recompile gcc with a custom target to get it to output the CRT{BEGIN/END}.o files with proper 64 bit relocations.

The CMakeLists.txt file was also edited to allow these files to be linked (thereby actually adding the support) as well as to automatically create the boot image upon build.
2020-08-27 01:39:56 +01:00
destoer
4b4ad2ca65
fix compilier warnings 2020-07-08 00:38:59 +01:00
destoer
86307dda70
added build scripts 2020-07-07 01:21:18 +01:00