1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Directories: oskit/examples, oskit/examples/x86
Target: Various (See sub-directory READMEs)
Documentation: See header of individual examples.
Original Code Source: Flux Research Group, University of Utah
Description:
Toy example kernels for all the supported platforms.
Here is a brief breakdown of the examples:
Trivial programs good for demonstrating how to build and boot a kernel:
hello.c
multiboot.c
Very simple programs that demonstrate how to use basic components:
timer.c
mouse.c
more/gethostbyname.c
bmodfs.c
timer_com.c
video.c
Simple programs that demonstrate the use of more complex components:
tty.c
more/mmap_dev_mem.c
diskpart.c
blkio.c
fsread.c
more/diskpart2.c
Slightly more complex programs that use the network components:
socket_bsd.c
socket_com.c
pingreply.c
fudp.c
hpfq_udp.c
more/select.c
Slightly more complex programs that use the filesystem components:
linux_fs_com.c
netbsd_fs_com.c
more/netbsd_fs_posix.c
more/fsbmodmount.c
Slightly more complex programs that use various components:
anno_test.c
smp.c
more/timer_com2.c
more/socket_com2.c
more/dd.c
vgatest.c
POSIX threads programs, listed in order of increasing complexity:
dphils.c
quicksort.c
disktest.c
disknet.c
http_proxy.c
Misc programs
more/memtest.c
more/bufio_stream_recv.c
more/bufio_stream_send.c
more/uspf.c
more/spf.c
more/stream_netio.c
|