From 5abf6f0efdb0b8d2d97879b56538597901eaf4a1 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 7 Apr 2026 13:04:44 -0400 Subject: [PATCH] PSF: Append @notes/personal-software-foundry.org to closos files --- notes/closos-attributed-object-store.org | 2 +- notes/closos-memory-persistence.org | 2 +- notes/closos-multiple-environments.org | 2 +- notes/closos-protection-mechanisms.org | 2 +- notes/closos-single-address-space.org | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notes/closos-attributed-object-store.org b/notes/closos-attributed-object-store.org index 371599c..3cddcf4 100644 --- a/notes/closos-attributed-object-store.org +++ b/notes/closos-attributed-object-store.org @@ -1,7 +1,7 @@ #+TITLE: CLOSOS: Attributed Object Store #+ID: closos-attributed-object-store #+DATE: 2026-03-22 -#+FILETAGS: :architecture:lisp:os:closos:database: +#+FILETAGS: :architecture:lisp:os:closos:database:@notes/personal-software-foundry.org: * Concept The traditional hierarchical file system (folders and files) is replaced by a system-wide database of objects retrieved via key/value attributes. diff --git a/notes/closos-memory-persistence.org b/notes/closos-memory-persistence.org index 0ff6682..7134f77 100644 --- a/notes/closos-memory-persistence.org +++ b/notes/closos-memory-persistence.org @@ -1,7 +1,7 @@ #+TITLE: CLOSOS: Persistence by Default (Single Memory Abstraction) #+ID: closos-memory-persistence #+DATE: 2026-03-22 -#+FILETAGS: :architecture:lisp:os:closos:persistence: +#+FILETAGS: :architecture:lisp:os:closos:persistence:@notes/personal-software-foundry.org: * Concept CLOSOS eliminates the distinction between volatile primary memory (RAM) and permanent secondary memory (Disk). Primary memory functions as a transparent cache for a persistent object store. diff --git a/notes/closos-multiple-environments.org b/notes/closos-multiple-environments.org index 2523271..4bb38b8 100644 --- a/notes/closos-multiple-environments.org +++ b/notes/closos-multiple-environments.org @@ -1,7 +1,7 @@ #+TITLE: CLOSOS: Multiple Simultaneous Environments #+ID: closos-multiple-environments #+DATE: 2026-03-22 -#+FILETAGS: :architecture:lisp:os:closos:security: +#+FILETAGS: :architecture:lisp:os:closos:security:@notes/personal-software-foundry.org: * Concept CLOSOS supports multiple simultaneous global environments, where an environment is a mapping from names to objects (functions, classes, packages). diff --git a/notes/closos-protection-mechanisms.org b/notes/closos-protection-mechanisms.org index 6276351..0c46658 100644 --- a/notes/closos-protection-mechanisms.org +++ b/notes/closos-protection-mechanisms.org @@ -1,7 +1,7 @@ #+TITLE: CLOSOS: Language-Based Protection Mechanisms #+ID: closos-protection-mechanisms #+DATE: 2026-03-22 -#+FILETAGS: :architecture:lisp:os:closos:security: +#+FILETAGS: :architecture:lisp:os:closos:security:@notes/personal-software-foundry.org: * Concept Security in a Lisp OS is enforced by the compiler and runtime environment rather than traditional hardware MMU (Memory Management Unit) boundaries. diff --git a/notes/closos-single-address-space.org b/notes/closos-single-address-space.org index 9bb340f..9e12580 100644 --- a/notes/closos-single-address-space.org +++ b/notes/closos-single-address-space.org @@ -1,7 +1,7 @@ #+TITLE: CLOSOS: Single Address Space Architecture #+ID: closos-single-address-space #+DATE: 2026-03-22 -#+FILETAGS: :architecture:lisp:os:closos: +#+FILETAGS: :architecture:lisp:os:closos:@notes/personal-software-foundry.org: * Concept In a Lisp Operating System (CLOSOS), all applications and the system kernel share one large, unified 64-bit address space.