代码搜索:geekos

找到约 494 项符合「geekos」的源代码

代码结果 494
www.eeworm.com/read/169457/9860229

copying-geekos

-------------------------------------------------------------- Paul Barker 12/04/04 Some code has been included from GeekOS v0.0.1c and here is the copyright notice for this
www.eeworm.com/read/273303/6281559

h ide.h

/* * ATA (aka IDE) driver. * Copyright (c) 2003, Jeffrey K. Hollingsworth * $Revision: 1.11 $ * * This is free software. You are permitted to use, * redistribute, and modi
www.eeworm.com/read/273303/6281549

h crc32.h

#ifndef GEEKOS_CRC32_H #define GEEKOS_CRC32_H #include #include void Init_CRC32(void); ulong_t crc32(ulong_t crc, char const *buf, size_t len); #endif /* GEEKOS_CRC32_H
www.eeworm.com/read/273303/6281555

h screen.h

/* * GeekOS text screen output * Copyright (c) 2001,2003 David H. Hovemeyer * $Revision: 1.15 $ * * This is free software. You are permitted to use, * redistribute, and mod
www.eeworm.com/read/273303/6281558

h floppy.h

/* * My feeble attempt at a floppy driver * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.9 $ * * This is free software. You are permitted to use, * redistribute, a
www.eeworm.com/read/169457/9860130

acknowledgements

Code and information has been taken from quite a few places and i'll try to list them all here. Firstly, the boot code and makefiles are based on code from GeekOS v0.0.1c, and since so much code has
www.eeworm.com/read/273303/6281637

txt readme.txt

GeekOS is a tiny operating system kernel for x86 PCs. Its main purpose is to serve as a simple but realistic example of an OS kernel running on real hardware. GeekOS is free software: see the file
www.eeworm.com/read/273303/6281562

h keyboard.h

/* * Keyboard driver * Copyright (c) 2001, David H. Hovemeyer * $Revision: 1.13 $ * * This is free software. You are permitted to use, * redistribute, and modify it as spec
www.eeworm.com/read/273303/6281615

c null.c

/* * A test program for GeekOS user mode */ #include int main(int argc, char** argv) { Null(); for(;;); return 0; }
www.eeworm.com/read/273303/6281634

c user.c

/* * Common user mode functions * Copyright (c) 2001,2003,2004 David H. Hovemeyer * $Revision: 1.50 $ * * This is free software. You are permitted to use, * redistribute, a