qboot: turn off stackprotector and pic hardening
This commit is contained in:
parent
d326ca40a8
commit
3437b52e6b
@ -12,7 +12,9 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp bios.bin* $out/.
|
||||
'';
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "stackprotector" "pic" ];
|
||||
|
||||
meta = {
|
||||
description = "A simple x86 firmware for booting Linux";
|
||||
|
Loading…
Reference in New Issue
Block a user