linux-0.12 icon indicating copy to clipboard operation
linux-0.12 copied to clipboard

《Linux内核完全剖析》linux0.12源码及实验环境

Results 6 linux-0.12 issues
Sort by recently updated
recently updated
newest added

没有对源代码进行修改,运行oslab下的run.sh -m,产生如下报错,求助 ``` ubuntu@1f7cda8a507c:~/linux-0.12/oslab$ ./run.sh -m rm -f Image System.map tmp_make core boot/bootsect boot/setup \ boot/bootsect.s boot/setup.s rm -f init/*.o tools/system tools/build boot/*.o (cd mm;make clean) make[1]: Entering directory '/home/ubuntu/linux-0.12/linux-0.12/mm'...

[HD ] HD on ata0-0: './hdc.img', 'flat' mode [IMG ] image locked: './hdc.img' [HD ] >>PANIC

https://github.com/ultraji/linux-0.12/blob/5202224e0f656cc0ea93b7cd6bf7418298527922/linux-0.12/include/string.h#L27 static修饰的函数外部文件不是不能调用么?怎么链接通过的呢?

gcc 版本:gcc version 10.2.0 (Debian 10.2.0-5) 错误代码: ``` tools/build.c: At top level: /usr/include/linux/fscrypt.h:81: error: storage size of `v1' isn't known /usr/include/linux/fscrypt.h:82: error: storage size of `v2' isn't known make: ***...