Browse Source

boot: make boot able to user #P/cons if it is there

screenconsole does not work on riscv yet. But riscv provides
fails.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 7 years ago
parent
commit
74a02e7034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/9/boot/boot.c

+ 1 - 1
sys/src/9/boot/boot.c

@@ -62,7 +62,7 @@ static void acpiirq(void)
 	dup(irqmap, 0);
 	close(irqmap);
 	if (execl("/boot/irq", "irq", "-s", nil)) {
-		exits("can't start /boot/irq");
+		print("note: can't start /boot/irq");
 	}
 	exits(nil);