hopefully progressing to a more scalable bus architecture

This commit is contained in:
Yehowshua Immanuel 2025-02-25 14:24:54 -05:00
parent 003a1c8545
commit 1f9bd2f015
13 changed files with 187 additions and 46 deletions

View file

@ -3,7 +3,7 @@ module Peripherals.Setup (
) where
import Prelude
import Peripherals.UartCFFI(initTerminal)
import Peripherals.UartCFFI(initTerminal, restoreTerminal)
import Peripherals.Ram (initRamFromFile, Ram)
import Control.Exception (try)
import System.IO.Error (ioeGetErrorString)