代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/192312/8387545
makefile
######################
# Makefile for Tinix #
######################
# Entry point of Tinix
# It must be as same as 'KernelEntryPointPhyAddr' in load.inc!!!
ENTRYPOINT = 0x30400
# Offset of entry
www.eeworm.com/read/192312/8387628
makefile
######################
# Makefile for Tinix #
######################
# Entry point of Tinix
# It must be as same as 'KernelEntryPointPhyAddr' in load.inc!!!
ENTRYPOINT = 0x30400
# Offset of entry
www.eeworm.com/read/192311/8387746
asm loader.asm
org 0100h
;================================================================================================
BaseOfStack equ 0100h
BaseOfKernelFile equ 08000h ; KERNEL.BIN 被加载到的位置 ---- 段地址
www.eeworm.com/read/192311/8387762
makefile
######################
# Makefile for Tinix #
######################
# Entry point of Tinix
# It must be as same as 'KernelEntryPointPhyAddr' in load.inc!!!
ENTRYPOINT = 0x30400
# Offset of entry
www.eeworm.com/read/192311/8387775
txt tree.txt
\TINIX
│ bochsrc.bxrc
│ godbg.bat
│ Makefile
│ TINIX.IMG
│ kernel.bin
│
├─kernel
│ kernel.asm
│ start.c
│ i8259.c
│ global.c
│ protect.c
www.eeworm.com/read/192311/8387962
makefile
######################
# Makefile for Tinix #
######################
# Entry point of Tinix
# It must be as same as 'KernelEntryPointPhyAddr' in load.inc!!!
ENTRYPOINT = 0x30400
# Offset
www.eeworm.com/read/192311/8387970
txt tree.txt
\TINIX
│ bochsrc.bxrc
│ godbg.bat
│ TINIX.IMG
│ Makefile
│ bochsout.txt
│ kernel.bin
│ tree.txt
│
├─lib
│ string.asm
│ klib.asm
│
├─kernel
│
www.eeworm.com/read/192268/8390325
conf boot.conf
kernel {
name = "Linux 1.3.45";
path = "/vmlinuz-1.3.45";
root = "/dev/ima";
flags = readonly;
};
riscos {
name = "Risc OS";
};
kernel {
name = "Linux 2.0.13";
path = "/vmlinuz-2.0.13";
root
www.eeworm.com/read/291779/8395996
makefile
#
# Makefile for the FREAX-kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/291779/8396181
makefile
AR =gar
AS =gas
CC =gcc
LD =gld
CFLAGS =-Wall -O -fstrength-reduce -fcombine-regs -fomit-frame-pointer \
-mstring-insns -nostdinc -I../include
CPP =gcc -E -nostdinc -I../include
.c.s:
$(CC) $(CFLAG