universalisos/docs/html/Codeo.css
Fábio Coutada 7855eab092 feat(import): Complete PikeOS 5.0 ecosystem import from devvm-arch
MAJOR MILESTONE: Successfully imported complete PikeOS 5.0 ecosystem
from Virtual Machine 100 (devvm-arch) on gigabyte Proxmox server.

Import Summary:
- Source Code: 4.3GB, 63,441 files, 14,829 C/C++/H files
- Documentation: 78MB, 37+ PDF manuals covering all PikeOS aspects
- XSD Schemas: 1.8MB, 158 schema files for configuration/code generation
- Test Framework: Complete TFW infrastructure in src/tfw/

Key Components:
 Multi-architecture kernels (ARM v7/v8, PowerPC e500/e500mc/e5500, x86_64)
 Core source libraries (libstand, ssw, p4ext)
 Complete test framework with executables, includes, libraries
 37+ comprehensive PDF documentation (installation, development, platform manuals)
 158 XSD schemas for Eclipse-based code generation and configuration
 AUTOSAR/MISRA safety-critical compliance foundation
 Hardware virtualization support
 Eclipse IDE project configuration (.project, .cproject)

Documentation Categories:
- Installation & User Guides (pikeos-installation-guide.pdf, user manuals)
- Development References (kernel, driver, test framework manuals)
- API & Programming (C/C++ environments, native API extensions)
- Platform Manuals (ARM, PowerPC, x86 specific guides)
- CDK Documentation (gcc, binutils, ld, cpp internals)
- Release Notes (all components for 5.0.3)
- Specialized Topics (hardware virtualization, POSIX compliance)

Technical Achievements:
 Complete PikeOS 5.0 codebase across multiple processor architectures
 Safety-critical foundation with AUTOSAR/MISRA compliance
 Eclipse IDE integration with XSD-driven code generation pipeline
 Comprehensive test framework for validation and verification
 Complete documentation covering development, deployment, and optimization

Extraction Method:
- Source: VM 100 (devvm-arch) on gigabyte server (192.168.0.104)
- Method: Direct LVM disk mount via losetup, rsync transfer
- Size: Total 4.4GB extracted and organized

Next Phases:
- Phase 3: XSD Workflow Analysis (Day 8-10)
- Phase 4: Safety Standards Compliance Documentation (Day 11-12)
- Phase 5: Component Categorization (Day 13-14)
- Phase 6: Aurelio Brain Test (Day 15)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-06 21:01:41 +01:00

254 lines
3.1 KiB
CSS

.header1 {
font-size: 48px;
font-weight: bold;
margin-top: 32px;
}
.header2 {
font-size: 40px;
font-weight: bold;
margin-top: 28px;
}
.header3 {
font-size: 32px;
font-weight: bold;
margin-top: 26px;
}
.header4 {
font-size: 26px;
font-weight: bold;
margin-top: 22px;
}
.header5 {
font-size: 20px;
font-weight: bold;
margin-top: 16px;
}
.header6 {
font-size: 16px;
font-weight: bold;
margin-top: 14px;
}
.header7 {
font-size: 14px;
font-weight: bold;
margin-top: 12px;
}
.header8 {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}
.index {
display: none;
}
/*
* defaults
*/
body, h1, h2, h3, h4, p, table, caption, th, ul, ol, dl, li, dd, dt {
font-family: Arial, sans-serif;
font-size: 10pt;
color: #000000;
}
/*
* body specific
*/
body {
background-color: #FFFFFF;
}
/*
* common table
*/
table {
text-align:center;
margin-top: 1em;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 0px;
border-color: #888888;
border-style: solid;
width: 80%;
}
.simulationconfig {
width: auto;
}
/*
* common table headers
*/
th {
text-align: center;
vertical-align: top;
font-weight: bold;
background-color: #A4BFDD;
padding: 0.25em;
}
/*
* common table cell
*/
td {
border: 0px;
text-align: left;
vertical-align: top;
border-color: #888888;
border-style: solid;
background-color: #DDDDDD;
padding: 0.25em;
}
/*
* the image table
*/
table.image {
text-align:center;
margin-top: 1em;
margin-left: auto;
margin-right: auto;
margin-bottom: 0em;
border: 0px;
border-color: #888888;
border-style: solid;
width:0;
}
/*
* cell for image table
*/
td.image {
border: 0px;
text-align: center;
border-color: #888888;
border-style: solid;
padding: 0em;
}
/*
* the image table descrition
*/
caption {
margin-top: 0.5em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
caption-side: bottom;
}
/*
* common image
*/
img {
border: 1px;
border-color: #888888;
border-style: solid;
vertical-align: bottom;
}
.center {text-align: center;}
/*
* icons im text
*/
img.icon {
border: 0px;
border-style: solid;
vertical-align: bottom;
}
/*
* code
*/
pre {
font-family: Courier, monospace;
margin-left: 10;
font-size: 10pt
}
/*
* Headline 1
*/
h1 {
font-size: 18pt;
margin-top: 5;
margin-bottom: 1
}
/*
* Headline 2
*/
h2 {
font-size: 16pt;
margin-top: 20;
margin-bottom: 3
}
/*
* Headline 3
*/
h3 {
font-size: 14pt;
margin-top: 20;
}
/*
* Headline 4
*/
h4 {
font-size: 12pt;
font-style: italic;
margin-top: 10;
}
/*
* common link
*/
a:link { color: #006699 }
a:visited { color: #996699 }
a:hover { color: #006699 }
/*
* unsorted list common
*/
ul {
margin-top: 0;
margin-bottom: 10
}
/*
* list item common
*/
li {
margin: 0.2em;
}
/*
* ordered list common
*/
ol {
margin-top: 0;
margin-bottom: 10
}
/*
* cites, like commands or labels
* (e.g. make target: boot)
*/
.cite {
font-style: italic;
color: #003366;
}
/*
* On notes, hints, tricks and tips
* you should use this style
*/
.note {
font-weight: bold;
}
/*
* footer
*/
.seealso {
font-weight: bold;
}
/*
* product names like PikeOS, POSIX, Linux...
*/
.name {
color: #003366;
font-weight: bold;
}