From: ryuz Date: Wed, 26 Dec 2007 16:10:06 +0000 (+0000) Subject: (none) X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9d691caa4f0ceafae730139036bd2b7fe058b469;p=hos%2Fhos-v4a.git (none) --- diff --git a/aplfw/sample/arm/utb_arm7at91/boot_task.c b/aplfw/sample/arm/utb_arm7at91/boot_task.c index cf72d9b..3b322fb 100755 --- a/aplfw/sample/arm/utb_arm7at91/boot_task.c +++ b/aplfw/sample/arm/utb_arm7at91/boot_task.c @@ -73,6 +73,7 @@ void Boot_Task(VP_INT exinf) SysInf.SystemStackSize = 1024; SysInf.pfncBoot = Boot_Process; SysInf.BootParam = (VPARAM)0; + SysInf.BootStackSize = 4096; System_Initialize(&SysInf); } @@ -150,6 +151,16 @@ int Boot_Process(VPARAM Param) Command_AddCommand("time", TimeCmd_Main); Command_AddCommand("ethsnoop", EtherSnoop_Main); + /* 起動メッセージ */ + StdIo_PutString( + "\n\n" + "================================================================\n" + " Hyper Operating System Application Flamework\n" + "\n" + " Copyright (C) 1998-2007 by Project HOS\n" + " http://sourceforge.jp/projects/hos/\n" + "================================================================\n" + "\n"); /*************************/ /* システムプロセス起動 */