mirror of https://github.com/dzavalishin/oskit/
f85eb2576f | ||
---|---|---|
.. | ||
extended | ||
more | ||
security | ||
shared | ||
smp | ||
sproc | ||
threads | ||
video_svga | ||
video_x11 | ||
GNUmakefile.in | ||
GNUmakerules | ||
README | ||
anno_asm.S | ||
anno_test.c | ||
big_stack.S | ||
blkio.c | ||
bmodfs.c | ||
diskpart.c | ||
fsread.c | ||
fudp.c | ||
fudp_recv.c | ||
hello.c | ||
hpfq_udp.c | ||
hpfq_udp_tally.c | ||
linux_fs_com.c | ||
memfs_com.c | ||
memfstest1.c | ||
mouse.c | ||
multiboot.c | ||
netbsd_fs_com.c | ||
osenv_memdebug.c | ||
perfmon.c | ||
pingreply.c | ||
socket_bsd.c | ||
socket_com.c | ||
timer.c | ||
timer_com.c | ||
tiny_stack.S | ||
tty.c |
README
Directories: oskit/examples/x86 Targets: Lots Documentation: See the headers of each .c Original Code Source: Flux Research Group, University of Utah Description: Each .c file in this directory is an example kernel. All the kernels demonstrate or test some functionality of the OSKit. Many of them hardcode various options, such as the ether device to open, or the drive partition to use, in #defines at the top of the file. Note that many of these are not really x86-specific, but are here for historical reasons. They will eventually migrate.