source: mainline/contrib/conf/gxemul.sh@ 3de6dd7a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 3de6dd7a was 3de6dd7a, checked in by Ondrej Palkovsky <ondrap@…>, 19 years ago

Added console support to gxemul.
Wider information in thread list.

  • Property mode set to 100755
File size: 299 bytes
Line 
1#!/bin/sh
2# Uspace addresses outside of normal memory (kernel has std. 8 or 16MB)
3# we place the pages at 24M
4 gxemul $@ -E testmips -X 0x81800000:../uspace/ns/ns 0x81900000:../uspace/kbd/kbd 0x81a00000:../uspace/fb/fb 0x81b00000:../uspace/init/init 0x81c00000:../uspace/console/console kernel.bin
Note: See TracBrowser for help on using the repository browser.