mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
18 lines
438 B
Common Lisp
18 lines
438 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: pskernel.gc
|
|
;; name in dgo: pskernel
|
|
;; dgos: KERNEL
|
|
|
|
#|@file
|
|
in the original game, they had ways to hook into the PS2's kernel and install
|
|
debug handlers. This file had utilities to read/write kernel memory deal with
|
|
R5900 exceptions.
|
|
|
|
This file contained an error string referencing an additional
|
|
debug-handlers.gc, which probably contained the actual interesting handlers.
|
|
|#
|
|
|
|
;; DECOMP BEGINS
|