1 Star 0 Fork 44

alethand / Linux 0.11 Lab

forked from 泰晓科技 / Linux 0.11 Lab 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.help 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
falcon 提交于 2017-09-26 22:16 . Makefile: clean up ramdisk start and size
help:
@echo "-----Linux 0.11 Lab (http://tinylab.org/linux-0.11-lab)-----"
@echo ""
@echo " :: Compile ::"
@echo ""
@echo " make --generate a kernel floppy Image with a fs on hda1"
@echo " make clean -- clean the object files"
@echo " make distclean -- only keep the source code files"
@echo ""
@echo " :: Test ::"
@echo ""
@echo " make start -- start the kernel in vm (qemu/bochs)"
@echo " make start-fd -- start the kernel with fs in floppy"
@echo " make start-hd -- start the kernel with fs in hard disk"
@echo " make start-hd G=0 -- start with curses based terminal, instead of SDL"
@echo ""
@echo ""
@echo " :: Debug ::"
@echo ""
@echo " make debug -- debug the kernel in qemu/bochs & gdb at port 1234"
@echo " make debug-fd -- debug the kernel with fs in floppy"
@echo " make debug-hd -- debug the kernel with fs in hard disk"
@echo ""
@echo " make debug DST=boot/bootsect.sym -- debug bootsect"
@echo " make debug DST=boot/setup.sym -- debug setup"
@echo ""
@echo " make boot BOCHS=bochs-debugger VM=bochs -- debug with bochs internal debugger"
@echo ""
@echo " make switch -- switch the emulator: qemu and bochs"
@echo " make boot VM=qemu|bochs -- switch the emulator: qemu and bochs"
@echo ""
@echo " :: Read ::"
@echo ""
@echo " make cscope -- genereate the cscope index databases"
@echo " make tags -- generate the tag file"
@echo " make cg -- generate callgraph of the default main entry"
@echo " make cg f=func d=dir|file b=browser -- generate callgraph of func in file/directory"
@echo ""
@echo " :: More ::"
@echo ""
@echo " >>> README.md <<<"
@echo ""
@echo " ~ Enjoy It ~"
@echo ""
@echo "-----Linux 0.11 Lab (http://tinylab.org/linux-0.11-lab)-----"
@echo ""
@echo "---> Linux Kernel Lab (http://tinylab.org/linux-lab) <---"
Shell
1
https://gitee.com/alethand/linux-0.11-lab.git
git@gitee.com:alethand/linux-0.11-lab.git
alethand
linux-0.11-lab
Linux 0.11 Lab
master

搜索帮助