How to Make a Computer Operating System in C++
Building Kernel make -C ./kernel make[1]: Entering directory '/home/yogesh/Development/How-to-Make-a-Computer-Operating-System/src/kernel' nasm -f elf -o -c arch/x86/start.asm -o arch/x86/start.o make[1]: nasm: Command not found Makefile:64: recipe for target 'arch/x86/start.o' failed make[1]: *** [arch/x86/start.o] Error 127 make[1]: Leaving directory '/home/yogesh/Development/How-to-Make-a-Computer-Operating-System/src/kernel' Makefile:10: recipe for target 'all' failed make: *** [all] Error 2
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by yogeshbalan and has received 3 comments.