UBSan conditional compilation
This commit is contained in:
@@ -34,6 +34,20 @@ Compile the kernel and generate an ISO image like described above, then burn the
|
||||
sudo dd if=pepper.iso of=/dev/sdX
|
||||
```
|
||||
|
||||
## Compilation options
|
||||
|
||||
By default, PepperOS is compiled without the following features:
|
||||
|
||||
```
|
||||
UBSAN - undefined behavior sanitization
|
||||
```
|
||||
|
||||
These features can be activated by setting them to "true" at the end of the make command, for example:
|
||||
|
||||
```
|
||||
make UBSAN=true
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
The basics that I'm targeting are:
|
||||
|
||||
Reference in New Issue
Block a user