tree.txt

来自「《自己动手写操作系统》于渊(著) 一书的源代码」· 文本 代码 · 共 40 行

TXT
40
字号

	\TINIX
	│  bochsrc.bxrc
	│  godbg.bat
	│  Makefile
	│  TINIX.IMG
	│  kernel.bin
	├─kernel
	│      kernel.asm
	│      start.c
	│      i8259.c
	│      global.c
	│      protect.c
	├─lib
	│      string.asm
	│      klib.asm
	│      klib.c
	├─include
	│      type.h
	│      protect.h
	│      const.h
	│      proto.h
	│      string.h
	│      global.h
	└─boot
	    │  boot.asm
	    │  loader.asm
	    │  boot.bin
	    │  loader.bin
	    └─include
		    pm.inc
		    load.inc
		    fat12hdr.inc
            

⌨️ 快捷键说明

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