首页 > TAG信息列表 > Linux2.6

CentOS7安装mysql时提示libaio.so.1 is needed by MySQL-server-5.5.48-1.linux2.6.i386

一、问题描述 [root@localhost opt]# rpm -ivh MySQL-server-5.5.48-1.linux2.6.i386.rpm 警告:MySQL-server-5.5.48-1.linux2.6.i386.rpm: 头V3 DSA/SHA1 Signature, 密钥 ID 5072e1f5: NOKEY 错误:依赖检测失败: libaio.so.1 被 MySQL-server-5.5.48-1.linux2.6.i386

Ubuntu安装Linux2.6.35内核编译

Ubuntu12.04 Linux2.6.35 百度:Ubuntu更换内核方法步骤 参考:百度 在ubuntu安装Linux2.6.35内核 https://www.linuxidc.com/Linux/2011-08/40124.htm http://www.mamicode.com/info-detail-2101399.html https://blog.csdn.net/xin_yu_xin/article/details/42184899 第一

Linux2.6.9内核源码分析--eventpoll

Linux2.6.9内核源码分析–eventpoll eventpoll epoll分为三个系统调用: long sys_epoll_create(int size); long sys_epoll_ctl(int epfd, int op, int fd, struct epoll_event __user *event); long sys_epoll_wait(int epfd, struct epoll_event __user *events, int maxe

linux2.6.18内核S3C2410平台移植笔记

  我使用的实验箱是Embest EDUKIT-III,板上资源CPU:SAMSUNG S3C2410A、FLASH:K9F5608U0(Samsung NAND 32MiB),烧录工具:embest flash programmer。因为厂家自带的是2.4的内核,目前学习开发用的基本上都是2.6内核,这两者改动还是比较大的。电话咨询过技术支持后,对方说只想在板子上跑系

Linux2.6中启动ramdisk分析

一、起因 使用busybox制作了一个cpio.gz的文件系统,然后使用这个文件系统作为qemu的启动盘进行启动,最后发现可以识别出是一个cpio文件系统,但是到最后还是出现了panic,说是找不到文件系统。大致的错误类型为"VFS: Cannot open root device \" …… panic("VFS: Unable to mount root f