
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@35 315a16e6-25f9-4109-90ae-ca3045a26c18
35 lines
1.9 KiB
Text
35 lines
1.9 KiB
Text
=========================================================================
|
|
== NOTICE file corresponding to the section 4 d of ==
|
|
== the Apache License, Version 2.0, ==
|
|
== in this case for the MetalSVM distribution. ==
|
|
=========================================================================
|
|
|
|
MetalSVM
|
|
Copyright 2010 Chair for Operating Systems, RWTH Aachen University
|
|
|
|
Following developers and contributors are involved in this project:
|
|
- Stefan Lankes, Chair for Operating Systems, RWTH Aachen University
|
|
|
|
=========================================================================
|
|
= bkerndev - Bran's Kernel Development Tutorial =
|
|
=========================================================================
|
|
The first steps to realize MetalSVM based on Bran's Kernel Development
|
|
Tutorial (http://www.osdever.net/bkerndev/index.php). In particular, the
|
|
the initialization of GDT, IDT and the interrupt handlers are derived
|
|
from this tutorial.
|
|
|
|
=========================================================================
|
|
= lwIP - A light-weight TCP/IP stack =
|
|
=========================================================================
|
|
MetalSVM use lwIP as TCP/IP stack. lwIP is a light-weight implementation
|
|
of the TCP/IP protocol suite and use a BSD-like license model.
|
|
The developement homepage has the latest news and releases:
|
|
http://savannah.nongnu.org/projects/lwip/
|
|
|
|
=========================================================================
|
|
= kprintf, umoddu3, udivdi3, qdivrem =
|
|
=========================================================================
|
|
This software contains code derived from material licensed
|
|
to the University of California by American Telephone and Telegraph
|
|
Co. or Unix System Laboratories, Inc. and are reproduced herein with
|
|
the permission of UNIX System Laboratories, Inc.
|