Added bscript thing

This commit is contained in:
2026-05-29 10:42:00 -07:00
parent 1fd42610a4
commit 147e704be1
26 changed files with 49 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
## Introduction
Shelter is an hybrid kernel developped alongside and for the Vystem project.
Shelter is an hybrid kernel developped alongside and for the Vystem B project.
## Principles

View File

@@ -2,7 +2,7 @@
## Introduction
In order to easily manage pages that are used for pages tables (PT), the Vystem project use pages tables pool (PTP). For details about mapping the PTP inside the kernel virtual memory space, please see [boot contract docs](bootcontract.md).
In order to easily manage pages that are used for pages tables (PT), the Vystem B project use pages tables pool (PTP). For details about mapping the PTP inside the kernel virtual memory space, please see [boot contract docs](bootcontract.md).
## Overview