⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dot.mkvars

📁 Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU
💻 MKVARS
字号:
# For cross-compilation and/or installations without grub available,# copy this file as .mkvars to the root directory of the SOS sources,# and customize the CC/LD/... variables. You still need the mtools# installed and runningCC := i586-gnu-gccLD := i586-gnu-ldOBJCOPY := i586-gnu-objcopyCFLAGS += -O3# Configuration of mtoolsMTOOLSRC = extra/mtoolsrcexport MTOOLSRC$(MULTIBOOT_IMAGE): $(KERNEL_OBJ) menu.txt	gzip -dc < extra/grub.img.gz > $@	mcopy menu.txt v:/boot/grub/	mmd v:/system	mcopy sos.elf v:/system/sos.elfmenu.txt:	echo timeout 0 > $@	echo default 0 >> $@	echo title  SOS >> $@	echo "root   (fd0)" >> $@	echo kernel /system/sos.elf >> $@runbochs: all	echo c | bochs -q

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -