sparc: add kernel debug output

Mostly the same as PowerPC, using OpenFirmware.

Change-Id: I197cc181e92da92c272ee9cfa20c8ad2d2c63d41
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3579
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2021-01-01 22:10:43 +00:00
committed by waddlesplash
parent 7c2dc33027
commit b992c828cf
3 changed files with 243 additions and 10 deletions
@@ -10,7 +10,7 @@
struct real_time_data;
enum sparc_platform_type {
PPC_PLATFORM_OPEN_FIRMWARE = 0,
SPARC_PLATFORM_OPEN_FIRMWARE = 0,
};
namespace BPrivate {