1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:17:46 +00:00

Ports: Add a ClassiCube port

This commit is contained in:
cflip 2022-10-15 10:24:29 -06:00 committed by Linus Groh
parent fea43a647f
commit 75d46e0e96
5 changed files with 225 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Patches for ClassiCube on SerenityOS
## `0001-Add-support-for-SerenityOS.patch`
Add support for SerenityOS
## `0002-HACK-Disable-interrupt-hooks.patch`
HACK: Disable interrupt hooks
This allows crashes to be handled by Serenity's crash handler, which
automatically displays debugging information such as the backtrace.