diff options
| author | Jon French | 2018-12-28 15:12:00 +0000 |
|---|---|---|
| committer | Jon French | 2018-12-28 15:12:00 +0000 |
| commit | b59fba68e535f39b6285ec7f4f693107b6e34148 (patch) | |
| tree | 3135513ac4b23f96b41f3d521990f1ce91206c99 /riscv/README | |
| parent | 9f6a95882e1d3d057bcb83d098ba1b63925a4d1f (diff) | |
| parent | 2c887e7d01331d3165120695594eac7a2650ec03 (diff) | |
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'riscv/README')
| -rw-r--r-- | riscv/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/riscv/README b/riscv/README deleted file mode 100644 index b925821e..00000000 --- a/riscv/README +++ /dev/null @@ -1,23 +0,0 @@ -Booting Linux with the C backend: ---------------------------------- - -The C model needs an ELF-version of the BBL (Berkeley-Boot-Loader) that contains -the Linux kernel as an embedded payload. It also needs a DTB (device-tree blob) -file describing the platform. Once those are available, the model should be run -as: - -$ ./riscv_sim -b spike.dtb bbl > execution-trace.log 2>&1 & -$ tail -f term.log - -The term.log file contains the console boot messages. - - -Booting Linux with the OCaml backend: -------------------------------------- - -The OCaml model only needs the ELF-version of the BBL, since it can generate its -own DTB. - -$ ./platform bbl > execution-trace.log - -The console output is sent to stderr. |
