28 lines
1.5 KiB
Text
28 lines
1.5 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 derivated
|
||
|
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/
|