摘要: 1 按照默认设置,前4K空间为ROM,后4K空间是RAM。为什么RAM需要初值,初值从哪儿来? 2 指令分类 LUI: AUTPC: JAL: JALR: BCC : BEQ/BGE /BGEU/BLT/BLTU/BNE/ LCC: LB/LBU/LD/LH/LHU/LW MCC: ORI/ANDI 阅读全文
posted @ 2020-04-07 12:28 醉后不知道天在水 阅读(377) 评论(0) 推荐(0)
摘要: sourcecode https://opencores.org/projects/usb2uart cd trunk/verify/run irun -f filelist.f | tee run.log 阅读全文
posted @ 2020-04-03 15:50 醉后不知道天在水 阅读(208) 评论(0) 推荐(0)
摘要: 1.前置环境yum -y groupinstall 'X Window System'2.桌面安装 yum -y groupinstall 'Desktop' 3.语言包yum -y groupinstall "Chinese Support"4.中文套件编辑/etc/sysconfig/i18n, 阅读全文
posted @ 2020-03-25 11:52 醉后不知道天在水 阅读(293) 评论(0) 推荐(0)
摘要: X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed reques 阅读全文
posted @ 2020-01-06 18:31 醉后不知道天在水 阅读(334) 评论(0) 推荐(0)
摘要: centos安装 fedora31安装 阅读全文
posted @ 2019-12-24 08:07 醉后不知道天在水 阅读(266) 评论(0) 推荐(0)
摘要: /etc/vsftpd/vsftpd.conf # Example config file /etc/vsftpd/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loo 阅读全文
posted @ 2019-12-12 16:37 醉后不知道天在水 阅读(169) 评论(0) 推荐(0)
摘要: nedit /etc/yum.repos.d/docker.repo & [dockerrepo]name=Docker Repositorybaseurl=https://yum.dockerproject.org/repo/main/centos/6/enabled=1gpgcheck=1gpg 阅读全文
posted @ 2019-12-12 10:42 醉后不知道天在水 阅读(191) 评论(0) 推荐(0)
摘要: CentOS repo: wget http://mirrors.163.com/.help/CentOS6-Base-163.repo EPEL wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noar 阅读全文
posted @ 2019-12-06 17:52 醉后不知道天在水 阅读(257) 评论(0) 推荐(0)
摘要: 新建文件GCD.scala 在同一目录,创建文件 build.sbt,内容如下, scalacOptions ++= Seq ("-Xsource: 2.11 ") 执行命令 sbt run,等待执行结果。 scalacOptions ++= Seq ("-Xsource: 2.11 ") 这一行是 阅读全文
posted @ 2019-07-26 10:35 醉后不知道天在水 阅读(840) 评论(0) 推荐(0)
摘要: 安装gcc 8 https://blog.csdn.net/u012453838/article/details/85286810 安装完后source /opt/rh/devtoolset-8/enable,切换为gcc8,默认还是gcc4.4.7 阅读全文
posted @ 2019-07-26 09:35 醉后不知道天在水 阅读(136) 评论(0) 推荐(0)