-
When using [Hugo shortcodes](https://gohugo.io/content-management/shortcodes/), the [`MD101` rule](https://github.com/unikraft/docs/blob/main/.github/workflows/rules/md101.js), for using backticks, sh…
-
Hi all,
I tried to run Optee on the Morello platform, I succeeded in running the Morello kernel but got the below errors
![Screenshot from 2023-08-17 21-01-03](https://github.com/OP-TEE/optee_os…
-
```
#include
#include
unsigned char buffer[1024] __attribute__((__aligned__(4)));
extern struct adj nondet_struct();
extern unsigned long nondet_ulong();
struct adj{
int a;
};
void*…
-
Currently, a user must find, fetch and extract the GENERIC-MORELLO-CAPREVOKE kernel from download.CheriBSD.org to use caprevoke. Instead, it would be better to provide a package with the kernel.
We…
-
I have Morello Linux running on the Morello Board. How can I start to use this project with it? It isn't clear from the README what I should do/run first.
Will it simply only run on CHERIBSD?
-
Hi all,
Why the Morello isn't supported?
-
Hello,
We faced an issue when we compiled it with CheriFreeBSD on Arm Morello Board. We got some strange error," invalid line type". Compile with `gmake``solves the problem.
-
Hi all,
I tried to run optee on Morello kernel but when running `xtest` command, it failed. any idea please?
I tried to write what I did, you can full steps here: https://github.com/engMennaMahm…
-
With the Morello clang:
```
$ clang -E -P -
#ifndef AA
AA: A
#endif
#ifdef U1
#endif
#ifdef U2
#endif
xxx
```
outputs:
```
AA: A xxx
```
But with clang 14.0.0 from Ubuntu, it o…
-
Hi,
I'm trying to compile the compiler. When running `python3 x.py build`, I run into an error when building stage 1 std artifacts:
```
error: internal compiler error: compiler/rustc_codegen_ll…