simics 起 CDE 时报错 Parse error: No name space ''
我的是solaris10,能正常进字符界面,按你的方法修改后,打开新的会话peanut-common.simics 马上就报Parse error: No name space ''和18楼的朋友一样
请问是何原因? 原帖由 cjera 于 2009-7-2 21:44 发表 http://bbs2.chinaunix.net/images/common/back.gif
我的是solaris10,能正常进字符界面,按你的方法修改后,打开新的会话peanut-common.simics 马上就报
Parse error: No name space ''和18楼的朋友一样
请问是何原因?
因为没有显卡驱动,
http://www.sun.com/bigadmin/content/submitted/no_login.jsp
[ 本帖最后由 air520 于 2009-12-19 19:47 编辑 ] I have the same problem to cjera.And who can tell me how to install the driver for display card?
I have referenced the http://www.sun.com/bigadmin/content/submitted/no_login.jsp,
when I input the command:/usr/openwin/bin/Xsun
/dev/fb: Number of symbolic links encountered during path name traversal exceeds
MAXSYMLINKS
/dev/fb: Number of symbolic links encountered during path name traversal exceeds
MAXSYMLINKS
Graphics Adapter device /dev/fb is of unknown type
Fatal server error:
InitOutput: Error loading module for /dev/fb
what can I do?
Thanks. solairs 10是可以的,直接把这些
$pcibrd = (create-sunfire-pci-board mac_address = "10:10:10:10:10:14")
$pgx64 = (create-sun-pci-pgx64)
$gfxcon = (create-std-graphics-console)
$keyboard = (create-sun-type5-keyboard)
$mouse = (create-sun-type5-mouse)
$scsi_bus1 = (create-std-scsi-bus)
$system.connect slot2 $pcibrd
$pcibrd.connect pci-slot0 $pgx64
$pcibrd.connect $scsi_bus1
$system.connect keyboard $keyboard
$system.connect mouse $mouse
$pgx64.connect console $gfxcon
$gfxcon.connect keyboard $keyboard
$gfxcon.connect mouse $mouse
添加这个文件sunfire-6500-system.include里 好东东,学习了 回复 1# shyjack
哥们,我现在在sun的官网上只能下载到solaris 10 的sparc版本
且下载以后安装时报了一个“panic-kernel:bop_alloc_chunk failed”的错误
查了一下,好像是这个系统本身的bug
不知道你的系统是在那里下载的
能否提供一下下载地址
万分感谢
tu
本帖最后由 我的纳兰容若 于 2012-08-24 16:14 编辑我按照lz的做法,修改完底层后,到第四步:“启动simics,加载 peanut-common.simics, 应该graphics console就出来了”
我启动simics,有错误出现,是什么原因啊?错误如下:D:\My Documents\Desktop\1.jpg
图片显示不出来,描述:
Simics could not start properly.
Reason: Bad object name(SIM_get_object):"
应该是底层文件修改的有问题,请问怎么修改呢?