代码搜索:EKernel
找到约 27 项符合「EKernel」的源代码
代码结果 27
www.eeworm.com/read/409898/11307624
h doprnt.h
// File: doprnt.h
/*
Copyright (c) 1998-1999 Murphy Cheng-Che Chen. All Rights Reserved.
This software is provided "AS IS," without a warranty of any kind. ALL
EXPRESS OR IMPLIED CONDITIONS
www.eeworm.com/read/409897/11307646
h malloc.h
// File: malloc.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/409897/11307797
h interruptcontroller.h
// File: InterruptController.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* i
www.eeworm.com/read/409897/11307653
h assert.h
#ifndef _EKERNEL_ASSERT_H_
#define _EKERNEL_ASSERT_H_
#ifdef NDEBUG
#define assert(ignore) 0
#else
void _Assert(char *strFile, unsigned uLine);
#define assert(expression) \
if (expre
www.eeworm.com/read/409897/11307668
h doprnt.h
// File: doprnt.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/409897/11307678
h string.h
// File: string.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/409897/11307746
h kernel_critical.h
// File: kernel_critical.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it un
www.eeworm.com/read/409897/11307770
h interruptdispatcher.h
// File: InterruptDispatcher.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* i
www.eeworm.com/read/409897/11307790
h systemcall.h
// File: SystemCall.h
/*
* Copyright (c) 1998-1999 Murphy Cheng-Che Chen
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/409897/11307845
h io.h
/*
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* document