操作系统课程常用代码
ssh myubuntu@192.168.xxx.xxx // 通过git连接虚拟机mkdir xxx // 创建名字为的文件夹vim task11.c // 创建名字为task1.c的文件gcc -g task11.c -o task11 // 编译task11文件
·
ssh myubuntu@192.168.xxx.xxx // 通过git连接虚拟机
mkdir xxx // 创建名字为的文件夹
vim task11.c // 创建名字为task1.c的文件
gcc -g task11.c -o task11 // 编译task11文件
gcc -o task11 task11.c -L. -lwrapper // 调用wrapper.h包
更多推荐
所有评论(0)