一个小型的操作系统,采用gcc进行开发,几千行的代码,方便初学者学习,内含有编译好的映像文件,及bochs模拟器配置文件,可在bochs下模拟运行。如下为源码包内的README文件: # # Snixos Project version 1.0, 2003.6 # (C) Copyright 2003,2004,2005 Jockeyson,KeqianGao # All Rights Reserved. # Distributed under the terms of the GNU General Public License. # # This program is a free and open source software and you can redistribute # it and/or modify it under the terms of the GNU General Public License as # published by the Free Software Foundation. As no any liability is assumed # for any incidental or consequential damages in connection with the # information or program fragments contained herein,so any exception arised # is at your own risk. It is ABSOLUTELY WITHOUT ANY WARRANTY. # Bug report please send to Snallie@tom.com . # 0. What is Snixos Project? Snixos Project is an experimental operating system designed by Jockeyson , KeqianGao aiming at multitask/multithread, Chinese envionment including Chinese characters input and ouput etc... 1. What you need to run Snixos PC with the following minimum configuration: CPU: i386 or above MEM: 2M extended memory or more DISPLAY: VGA or above Floppy Drive: 1.44M 2. Compile Environment RH Linux 7.2 or above (kernel 2.4.7-10 ) NASM 0.98 gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) 3. Compile and install a. unpack the source package tar zxvf snixos_x.x_YYYYMMDD_HHMMSS.tgz b. cd to snixos cd snixos c. before make insert a 1.44M floppy in drive c.1 to make snixos run in VGA text mode make clean make VIDEO=TEXT diskimg make floppy c.2 to make snixos run VGA graphics mode make clean make diskimg make floppy d. bootup with the floppy just created in step c also you can follow this way to run snixos in bochs either in Windows or Linux a. just as the above b. just as the above c. invoke these command: make clean; make diskimg you'll get a snixos ima
2021-07-31 13:02:22 506KB snixos
1
可用于Linux下stm32工程的编译
2021-07-30 17:21:14 43.1MB 交叉编译
1
gcc 安装包,rpm,以及依赖包,包括 cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-36.el7.x86_64.rpm glibc-devel-2.17-222.el7.x86_64.rpm glibc-headers-2.17-222.el7.x86_64.rpm kernel-headers-3.10.0-862.el7.x86_64.rpm libmpc-1.0.1-3.el7.x86_64.rpm mpfr-3.1.1-4.el7.x86_64.rpm
2021-07-30 10:52:25 33.18MB gcc g++
1
安装教程https://xiong535.blog.csdn.net/article/details/106976355
2021-07-29 20:24:57 133.86MB arm
1
编译工具,适用于omap3530_linux等,上传做个备份,想学习的朋友可以下载
2021-07-29 15:36:04 73.83MB arm linux gcc 4.3.3
1
详细讲解了在centos 7上安装gcc 7.3的过程: 1.下载gcc 2.安装开发工具 3.把gcc解压缩 4.安装gcc的依赖软件 5.把这几个文件复制到外面一层目录,解压缩。 6.把解压的目录复制到gcc-7.3.0目录中 7.生成makefile 8.编译 9.安装
2021-07-29 10:46:49 867B centos linux gcc
1
目录CentOS 7下安装gcc 9.3.0安装gcc安装bzip2下载gcc-9.3.0.tar.gz解压gcc-9.3.0.tar.gz安装gcc-9.3.0查看gcc版本注意事项 CentOS 7下安装gcc 9.3.0 本文主要介绍怎么在CentOS 7环境下安装GCC 9.3.0,适用于部分源码包需要高版本的gcc进行编译的场景,需要准备的环境有: CentOS 7 gcc-9.3.0.tar.gz 安装gcc 使用下面命令安装gcc、gcc-c++,若已安装则忽略此步骤 yum install -y gcc gcc-c++ 安装bzip2 使用以下命令安装bzip2,主要用于之
2021-07-29 10:42:12 45KB c cc centos
1
libstdc++.so.6.0.21 在 centos7 64位下编译生成的。gcc version 5.4.0 (GCC)
2021-07-28 16:12:02 3.01MB linux gcc/gdb编译调试
1
C++开发工具codeblocks+gcc+gdb,可以支持C++11标准,适合于初学者
2021-07-28 14:30:32 48B codeblocks gcc gdb
1
centos6或7,安装redis的gcc依赖离线安装包
2021-07-26 20:23:29 42.42MB gcc centos redis 依赖
1