From 7e0c6450035387779a0e6b865ae14596b597a54e Mon Sep 17 00:00:00 2001 From: ondra05 Date: Sun, 21 Aug 2022 11:45:28 +0200 Subject: [PATCH] fixed qr code --- ableos/src/arch/x86_64/interrupts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ableos/src/arch/x86_64/interrupts.rs b/ableos/src/arch/x86_64/interrupts.rs index 803af1a3..16b5de6c 100644 --- a/ableos/src/arch/x86_64/interrupts.rs +++ b/ableos/src/arch/x86_64/interrupts.rs @@ -256,7 +256,7 @@ pub fn bsod(src: BSODSource) -> ! { let image = code .render::() .quiet_zone(false) - .module_dimensions(2, 1) + .module_dimensions(1, 1) .build(); println!("{}", image);