AROS World Exec
General => Help => Topic started by: gooofy on July 15, 2019, 10:47:31 AM
-
Hi everyone,
I just compiled aros hosted on Centos 7 but when I try to run boot/linux/AROSBootstrap it fails with
################################################################################
# Software Failure! #
# Task : 0xF43F1390 - Exec Bootstrap Task #
# Error: 0x84000009 - unknown type of system screen #
################################################################################
PC : 0xF32FA983
Module dosboot.resource Segment 1 .text (0xF32F8280) Offset 0x00002703
################################################################################
any ideas what could be causing this?
Cheers,
Guenter
-
...turns out adding
module Devs/Drivers/x11gfx.hidd
to AROSBootstrap.conf fixed the issue.