View Single Post
Old 01-24-2006, 06:17 AM   #15
markk
Registered User
 
Join Date: Jun 2002
Location: Holland
Posts: 140
> Wow that is impressive I always wanted to learn Oracle...

Who says I learned Oracle ?
I just ported the RDBMS / Oracle source code, which was (is?) written in C, to other Unix flavors. Actually I learned a lot that time. Worked with Oracle V7 when everybody was migrating from V5 to V6.

Shortest C-source-code I could think of to produce a core dump is "main;"
(Actual C-source-code is between the quotes and does not include the quotes)

In a K&R C compiler environment this creates an integer object variable somewhere in memory called "main". When that is linked with the startup code which contains a hardcoded JSR (Jub SubRoutine) to the adres of the symbol "main" all **************** hits the fan because there is no real code at that adres...

Now let's talk about Boxster's. I wonder, in what source code would PSM logic be written ?


Mark.
markk is offline   Reply With Quote