summaryrefslogtreecommitdiff
path: root/lib/main.ml
AgeCommit message (Collapse)Author
2019-11-21Implement -cycle-limit option for OCaml emulator similar to one for C.Robert Norton
2018-07-09Changes for anonymisation. Ensure headers are in correct format. Remove some ↵Robert Norton
redundant files.
2018-05-25allow loading multiple raw files in ocaml main backend to allow kernel and ↵Robert Norton
dtb to be mapped.
2018-05-18use correct inequality for strings.Robert Norton
2018-05-18Avoid split_on_char function that was introduced in OCaml 4.04. Use Util ↵Robert Norton
version instead and make sure to install util and copy it to ocaml build directory.
2018-05-17changes to for testing FreeBSD boot on MIPS: allowing loading raw file in ↵Robert Norton
ocaml main so that we can have simboot + kernel. Support UART output only.
2018-01-22Update and fix test suiteAlasdair Armstrong