代码搜索:kprint
找到约 13 项符合「kprint」的源代码
代码结果 13
www.eeworm.com/read/315002/13554471
asm kprint.asm
;-------------------------------------------------------------------------------
;;;; IN: AL - number, EDI - bufferPtr[2]
;;;; OUT: hex number in ptrBuffer
;;;; MODIFY: AL, CL, EBX, ESI, EDI
PrintHex
www.eeworm.com/read/481522/6642137
asm kprint.asm
;-------------------------------------------------------------------------------
;;;; IN: AL - number, EDI - bufferPtr[2]
;;;; OUT: hex number in ptrBuffer
;;;; MODIFY: AL, CL, EBX, ESI, EDI
PrintHex
www.eeworm.com/read/118352/14875709
c kprint.c
/*
* linux/kernel/printk.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Modified to make sys_syslog() more flexible: added commands to
* return the last 4k of kernel messages, regardless o
www.eeworm.com/read/285810/8816482
c kernel.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/455033/7379056
hpp cgnl.hpp
template
R argmin(R rho,const DJ & dJ, KN_ &x,KN_ &h,KN_ &g,KN_ &w)
{
// Find ro such thah (dJ(x+ro h),h) =0
// remark input: dJ(x)=g
int k=0;
// g=dJ*x; //
www.eeworm.com/read/105464/15666445
c kernel.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/437600/7745167
h kecho.h
#define kprint(x,y,z) kEchoxy(x,y,z)
extern void kEchoxy(int x,int y,char *str);
extern void echoHex(int x,int y,long hex);
extern void cls();
extern void echo(char *str);
extern int kprintf(char
www.eeworm.com/read/118352/14875704
makefile
#
#
#
#
# 负责编译内核
#
#
#
i386o = i386/entry.o i386/i386.o i386/i8259.o
# 保持 setup.o 是第一个.o文件
kernelo = head.o main.o vsprintf.o kprint.o ctype.o $(i386o)
www.eeworm.com/read/285810/8816537
c idt.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/285810/8816544
c gazfs.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License