econsole.hook: Emergency console, using bootarg of 'econsole'
commit4486d01803ddb79fa379efa9ddca534dc8a8622d
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 25 Jul 2012 05:16:42 +0000 (25 05:16 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 25 Jul 2012 05:16:42 +0000 (25 05:16 +0000)
tree917edddbf51be0d0d9ef09e977acf8fbe2e5960b
parenteda739bd7b74c63c5a9c235a34aeb10a0eeebdbb
econsole.hook: Emergency console, using bootarg of 'econsole'

This is an emergency console handler for debugging and
for embedded (no GUI) AROS systems. It uses the Exec/Raw*()
routines for IO.

It complements the all-hosted emergency console.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45323 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-native/econsole/econsole.c [new file with mode: 0644]
arch/all-native/econsole/econsole.conf [new file with mode: 0644]
arch/all-native/econsole/mmakefile.src [new file with mode: 0644]
compiler/include/libraries/expansionbase.h
rom/dos/boot.c
rom/dosboot/dosboot_init.c