| Add $(TOOL_PREFIX) to gcc so that the version dumped is from the correct toolchain! |
|
More...
|
about 9 years ago
|
| Use memory overlay for the C string, much simpler. |
|
More...
|
about 9 years ago
|
| Add new RTS packages. |
|
More...
|
about 9 years ago
|
| Dump source filename and lin number when crashing. |
|
More...
|
about 9 years ago
|
| Add Interfaces.C to the RTS. |
|
More...
|
about 9 years ago
|
| Add System.Address_Operations, required for Crash. |
|
More...
|
about 9 years ago
|
| Add custom System.Parameters package. |
|
More...
|
about 9 years ago
|
| Correct build procedure. |
|
More...
|
about 9 years ago
|
| Need to with Crash to make it build and link. Raise an exception to force kernel in the Crash function. |
|
More...
|
about 9 years ago
|
| Add new RTS packages. Clean up source layout. |
|
More...
|
about 9 years ago
|
| Allow recursion due to RTS using it in 'Image. |
|
More...
|
about 9 years ago
|
| Add Crash function which displays a message with source address and line. |
|
More...
|
about 9 years ago
|
| Move the last_chance_handler to the common part of the RTS. Call a crash function. |
|
More...
|
about 9 years ago
|
| Add 'Image functionality. Add ability to get image of an address. |
|
More...
|
about 9 years ago
|
| Add local function to make sure nested functions work. Add function which returns a string utilising secondary stack. |
|
More...
|
about 9 years ago
|
| Fixes to build machinery. |
|
More...
|
about 9 years ago
|
| Add memory and s-secsta packages to RTS. |
|
More...
|
about 9 years ago
|
| Allow secondary stack. Add more restrictions. |
|
More...
|
about 9 years ago
|
| Add simple secondary stack implementation. |
|
More...
|
about 9 years ago
|
| Add memcpy function. |
|
More...
|
about 9 years ago
|
| Fix comments with paths for building required software. |
|
More...
|
about 9 years ago
|
| Fix typo. Add x86 section. |
|
More...
|
about 9 years ago
|
| Add more documentation including what is happening now and what will happen in the future. |
|
More...
|
about 9 years ago
|
| Add section on debugging the kernel with an example. |
|
More...
|
about 9 years ago
|
| Fix script to work for PC (x86). |
|
More...
|
about 9 years ago
|
| Move debugging script(s) to new build dir. |
|
More...
|
about 9 years ago
|
| Merge branch 'master' of github.com:Lucretia/bare_bones |
|
More...
|
about 9 years ago
|
| Add reference to Free Ada. |
|
More...
|
about 9 years ago
|
| Fix makefile and dependencies, can now build everything with one command. |
|
More...
|
about 9 years ago
|
| Fix arch back to i386 as this is what the linker scripts are for (at this time). |
|
More...
|
about 9 years ago
|