Skip to content

Commit 0a9fe6a

Browse files
committed
Update content
1 parent b63e136 commit 0a9fe6a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/docs/development/api-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 2
55

66
# API Changes
77

8-
Differences between the VitruvianOS native API and BeOS/Haiku.
8+
Differences between the Vitruvian native APIs and BeOS/Haiku.
99

1010
## Images
1111

content/docs/development/filesystem-layout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3
55

66
# Filesystem Layout
77

8-
VitruvianOS runs on a standard Linux filesystem hierarchy, but maps BeOS/Haiku path conventions onto it so that application source code written for BeOS or Haiku compiles and runs without path changes.
8+
Vitruvian runs on a standard Linux filesystem hierarchy, but maps BeOS/Haiku path conventions onto it so that application source code written for BeOS or Haiku compiles and runs without path changes.
99

1010
## Boot Filesystem
1111

@@ -15,7 +15,7 @@ The reference boot filesystems are **XFS** (standard desktop installs) and **Squ
1515

1616
BeOS and Haiku expose their filesystem tree under `/boot`. In VitruvianOS, `/boot` maps directly to the Linux root `/`, rather than to a separate `/system` subtree:
1717

18-
| BeOS/Haiku path | VitruvianOS path |
18+
| BeOS/Haiku path | Vitruvian path |
1919
|-----------------|-----------------|
2020
| `/boot` | `/` |
2121
| `/boot/home` | `/home` |
@@ -27,7 +27,7 @@ Standard Linux paths (`/usr`, `/lib`, `/etc`, `/proc`, `/dev`, and so on) coexis
2727

2828
## Extended Attributes
2929

30-
BeOS relies heavily on filesystem extended attributes for file metadata, MIME types, application signatures, and the attribute database that powers live queries. VitruvianOS stores these as Linux extended attributes (`xattr`). XFS is the recommended boot filesystem because it has no practical per-file xattr size limit, which matches BeOS behavior most closely.
30+
BeOS relies heavily on filesystem extended attributes for file metadata, MIME types, application signatures, and the attribute database that powers live queries. Vitruvian stores these as Linux extended attributes (`xattr`). XFS is the recommended boot filesystem because it has no practical per-file xattr size limit, which matches BeOS behavior most closely.
3131

3232
{{< hint info >}}
3333
More detail on individual directories and the attribute namespace is coming.

content/docs/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 1
44
bookCollapseSection: true
55
---
66

7-
Guides to help you get VitruvianOS up and running.
7+
Guides to help you get Vitruvian up and running.
88

99
- [How to Install](how-to-install/) — write a live image to USB and boot
1010
- [Virtualization](virtualization/) — run VitruvianOS in QEMU, VirtualBox, or UTM

content/docs/getting-started/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 1
55

66
# Building
77

8-
How to compile VitruvianOS from source on a Debian-based system.
8+
How to compile Vitruvian from source on a Debian-based system.
99

1010
## Prerequisites
1111

content/docs/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 4
77

88
---
99

10-
## What is VitruvianOS?
10+
## What is Vitruvian?
1111

1212
VitruvianOS (V\OS) is an operating system based on Linux, inspired by BeOS. It runs the BeOS/Haiku desktop and API on top of a real-time patched Linux kernel, with custom kernel modules — collectively called **Nexus** — providing the missing BeOS-style system services.
1313

0 commit comments

Comments
 (0)