Files
jak-project/goal_src/jak2/kernel/pskernel.gc

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