diff options
| author | taitep <taitep@taitep.se> | 2025-12-27 12:44:55 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-27 12:44:55 +0100 |
| commit | 6a3920895b27620158af9ab4e3b87aecc1062282 (patch) | |
| tree | 80feeae797a9d5f1aa600768d24bb914ef055990 /README.md | |
| parent | 67406a9c48477d0fce8a5df2c4e8d902a698e8e8 (diff) | |
Relicense to BSD 2-Clause to align better with the RISC-V community
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,10 @@ The emulator will load a raw binary image or static ELF executable from a file s which starts at 0x80000000 and is currently 16MiB, and start execution at the start of the image/ram or the ELF entry point. +It also starts a gdb stub/server listening on localhost:1234. By giving the command line argument +`--wait`, you can make execution wait until GDB is connected, allowing you to follow execution +from the start. + There is also a debug out section at `0x00000000`-`0x00010000`. Anything written to it will be logged out in hex. @@ -22,3 +26,7 @@ There is also a UART at `0x00010000`-`0x00010002`, the interface is quite simple the UART is ready to be written to. Currently always 1. Next least significant is `RX_READY`, indicates whether the read buffer has any data to read. + +## Licensing +This project is licensed under the BSD 2-Clause license. +See the LICENSE file in the project root |
