上一页 1 2 3 4 5 6 ··· 29 下一页
摘要: Intel® 64 and IA-32 Architectures Software Developer Manuals Developer Guides, Manuals & ISA Documents ARM Cortex-A Series Programmer's Guide for ARMv 阅读全文
posted @ 2021-08-15 13:39 "Michael_Xu" 阅读(295) 评论(0) 推荐(0)
摘要: CONFIGURING PERSISTENT MEMORY FOR USE IN DEVICE DAX MODE device-dax for 5.1: PMEM as RAM "Device DAX" for persistent memory https://pmem.io/glossary/# 阅读全文
posted @ 2021-08-13 16:25 "Michael_Xu" 阅读(101) 评论(0) 推荐(0)
摘要: https://eric-lo.gitbook.io/memory-mapped-io/pin-the-page https://man7.org/linux/man-pages/man2/mmap.2.html Memory Locking mlock(2) 阅读全文
posted @ 2021-08-13 15:52 "Michael_Xu" 阅读(54) 评论(0) 推荐(0)
摘要: 最近科研过程中出现了两个需求: 1. 将项目中的数据结构的更新,改成异步更新模式; 2. 使用锁,保证变量并发的正确性;由于没有接触过实际的工程场景,因此进行了简短的调研,下面是一些相关材料的记录; 深入Go并发编程研讨课:https://github.com/smallnest/dive-to-g 阅读全文
posted @ 2021-08-07 18:30 "Michael_Xu" 阅读(91) 评论(0) 推荐(0)
摘要: 最近经常使用go语言写项目;遇到问题时通常使用 fmt.print 或者 log.info 进行打印日志 进行调试;本篇主要记录一些调试工具相关的信息,方便我个人的使用; Debugging Go applications using Delve: https://www.melvinvivas.c 阅读全文
posted @ 2021-08-04 16:50 "Michael_Xu" 阅读(570) 评论(0) 推荐(0)
摘要: 最近需要涉及arm平台汇编,为了方便学习,使用qemu进行模拟一下; qemu下模拟树莓派有两种方法: Emuation using Qemu's native raspi2/3 machine (此处演示,需要使用github仓库中提供的img和dtb文件) Emulation using pre 阅读全文
posted @ 2021-07-29 22:26 "Michael_Xu" 阅读(1591) 评论(0) 推荐(0)
摘要: Executable and Linkable Format (ELF) Linux: man elf https://refspecs.linuxfoundation.org/elf/elf.pdf (第一手资料) https://manpages.debian.org/stretch/manpa 阅读全文
posted @ 2021-07-29 08:55 "Michael_Xu" 阅读(105) 评论(0) 推荐(0)
摘要: 最近做实验,需要使用gdb进行调试;以后搞系统相关的研究,多少都会涉及到gdb手动调试,所以今天在此处简要记录一下: DEBUGGING WITH GDB: https://azeria-labs.com/debugging-with-gdb-introduction/ INTRODUCTION T 阅读全文
posted @ 2021-07-28 22:12 "Michael_Xu" 阅读(173) 评论(0) 推荐(0)
摘要: 基础知识: FIO 工具使用:https://www.cnblogs.com/xuyaowen/p/fio-usage.html PMEM 模型:NVM (非易失型存储-持久性内存) 编程模型与访问模式; PMDK 架构; App Direct 官方博客:Running FIO with pmem 阅读全文
posted @ 2021-07-02 11:09 "Michael_Xu" 阅读(1546) 评论(13) 推荐(0)
摘要: Intel 持久内存,是19年4月,唯一实现量产的持久内存,目前已经有两代产品可以买到。它的出现,带给存储子系统带来一些新的挑战。 Intel 持久内存实物图:2022-01-09 16:06:39 Intel 持久内存 硬件位置:2022年01月09日16:06:43 持久内存编程模型与层次结构: 阅读全文
posted @ 2021-07-01 18:56 "Michael_Xu" 阅读(966) 评论(0) 推荐(0)
摘要: 图片来自:https://www.xmind.net/m/WvfC/ 阅读全文
posted @ 2021-06-21 19:17 "Michael_Xu" 阅读(111) 评论(0) 推荐(0)
摘要: Git Pr的时候,可以选择合并后,删除分支;当远程分支删除后,本地可以执行下列操作进行删除本地分支; git remote show origin git remote -vv git remote prune orgin git branch -d xxx git branch xxx-2 // 阅读全文
posted @ 2021-06-20 11:32 "Michael_Xu" 阅读(221) 评论(0) 推荐(0)
摘要: Writing a weekly report about your research progress can make your research more successful, less frustrating, and more visible to others, among other 阅读全文
posted @ 2021-06-17 22:32 "Michael_Xu" 阅读(120) 评论(0) 推荐(0)
摘要: 最近购买了,地平线4游戏,但是游戏启动过程中出现了闪退,具体表现为出现启动图片后3秒左右,程序退出;起初我像众多网友一样,找一下网上的帖子,网络上解决方案如下: 修复direct组件和修复c++运行环境;DirectXRepair修复2月11号更新闪退教程 重置游戏,重新下载游戏,更新启动等;地平线 阅读全文
posted @ 2021-04-03 15:11 "Michael_Xu" 阅读(3402) 评论(2) 推荐(1)
摘要: 最近在使用Adobe reader 打开PDF的时候,尤其是打开通过扫描得到的PDF的时候,会出现对原文件的另存为操作;如下图所示: 通过对网络上的方法的调研,可以解决文件的另存为的问题: 具体可参考:How can I stop Adobe Reader from asking “Save As” 阅读全文
posted @ 2021-03-28 17:01 "Michael_Xu" 阅读(2575) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 29 下一页