2008/11-11

From SIPB Cluedumps

(Difference between revisions)
Jump to: navigation, search
(New page: {{Cluedump |title=Pyrex |date=2008-11-18 20:30 |presenters=Evan Broder (broder) |location=4-231 |abstract= Pyrex is a programming language developed to aid in creating Python modules. Pyth...)
m
 
(6 intermediate revisions not shown)
Line 1: Line 1:
{{Cluedump
{{Cluedump
-
|title=Pyrex
+
|title=General structure of the Linux kernel
-
|date=2008-11-18 20:30
+
|date=2008-11-11 20:30
-
|presenters=Evan Broder (broder)
+
|presenters=Geoffrey Thomas (geofft)
|location=4-231
|location=4-231
|abstract=
|abstract=
-
Pyrex is a programming language developed to aid in creating Python modules. Python provides a C API to write extension modules, which allows writing of functions and datatypes in C. These can then be accessed from Python. It is thus also possible to wrap the functions and datatypes of existing C libraries as Python objects and therefore make them available to Python.
+
The Linux kernel is the core of a large and complex operating system, and while it's huge, it is well organized in terms of subsystems and layers. In this talk, we will explore the general structure of the Linux kernel and get to know its major subsystems and core interfaces.
-
 
+
-
This talk will provide a tutorial introduction to Pyrex and its usage.
+
}}
}}

Latest revision as of 01:01, 3 November 2008

[edit] General structure of the Linux kernel

Date: November 11, 2008, at 3:30 PM
Presenters: Geoffrey Thomas (geofft)
Location: 4-231
Abstract: The Linux kernel is the core of a large and complex operating system, and while it's huge, it is well organized in terms of subsystems and layers. In this talk, we will explore the general structure of the Linux kernel and get to know its major subsystems and core interfaces.
Personal tools