- Fixed specifying initial task's stack
commit848adfb945515e2346323ceea65ce42d498f3cf4
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 25 Sep 2008 08:48:41 +0000 (25 08:48 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 25 Sep 2008 08:48:41 +0000 (25 08:48 +0000)
tree700e0dfd1dc94e8cd99b615c782b9048328cd7b5
parent78a992b60a208b23da7536d84ee75ffeef4eaa65
- Fixed specifying initial task's stack
- First steps in emul.handler

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29523 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-mingw32/bootstrap/mmakefile.src
arch/all-mingw32/devs/filesys/emul_handler/dos_native.h [new file with mode: 0644]
arch/all-mingw32/devs/filesys/emul_handler/emul.conf [new file with mode: 0644]
arch/all-mingw32/devs/filesys/emul_handler/emul_handler.c [new file with mode: 0644]
arch/all-mingw32/devs/filesys/emul_handler/emul_handler_intern.h [new file with mode: 0644]
arch/all-mingw32/devs/filesys/emul_handler/emul_handler_native.c [new file with mode: 0644]
arch/all-mingw32/devs/filesys/emul_handler/mmakefile.src [new file with mode: 0644]
arch/all-mingw32/exec/cpucontext.h
arch/all-mingw32/exec/exec_init.c