代码搜索:Jazmyn
找到约 19 项符合「Jazmyn」的源代码
代码结果 19
www.eeworm.com/read/189477/5192702
h jazmyn.h
#ifndef _JAZMYN_H
#define _JAZMYN_H
#include "stdio.h"
#include "dirent.h"
#ifdef __cplusplus
extern "C" {
#endif
int fork();
int execve(const char *__path,const char **__argv,const ch
www.eeworm.com/read/189477/5192670
bat mkimg.bat
rem copy boot1.com/b+boot2.com/b+ker.com/b jazmyn
copy jazmyn c:\bochs
del jazmyn
cd c:\bochs
www.eeworm.com/read/189477/5192639
cpp gdt.cpp
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/189477/5192640
c support.c
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
void _main()
{
//_CTOR_LIST__ is defined in the linker script
www.eeworm.com/read/189477/5192657
cpp timer.cpp
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/189477/5192645
cpp handlers.cpp
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
#include
void (*handler[16])()={
NULL,NULL,N
www.eeworm.com/read/189477/5192747
c init.c
#include
#include
#include
#include
int main()
{
printf("Init process started\n");
printf("Init is forking a new process for Shell\
www.eeworm.com/read/189477/5192676
c printf.c
#include
#include
#include
#include
#include
int printf(char *__arg)
{
return write(1,__arg,strlen(__arg));
}
www.eeworm.com/read/189477/5192683
c fork.c
#include
#include
#include
int fork()
{
int __res;
__asm__ __volatile__("int $0x28":"=a" (__res):"a" (__FORK_NR));
return __res;
}
www.eeworm.com/read/189477/5192633
cpp paging.cpp
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
#include
#include
#include
#include