Add typescript kernel loader

This commit is contained in:
2025-11-29 23:14:51 +01:00
parent b7f619b8c3
commit af5d8c709b
15 changed files with 224 additions and 5 deletions

15
os/README.md Normal file
View File

@@ -0,0 +1,15 @@
# os
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.