Skip to content

Commit 94ed335

Browse files
authored
chore(README): fix list formatting
1 parent e5ad8ac commit 94ed335

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# PatchworkOS
32

43
<br>
@@ -508,7 +507,7 @@ The namespace section specifies a list of files and directories to bind into the
508507
- `/box/doom/data` to `/app/data`, allowing it to access any WAD files or save files stored in `/box/doom/data`.
509508
- `/net/local` to itself to allow it to create sockets to communicate with the Desktop Window Manager.
510509
- `/dev/const` to itself to allow it to use the `/dev/const/zero` file to map/allocate memory.
511-
-
510+
512511
The doom box cannot see or access user files, system configuration files, devices or anything else outside its bound directories, it can't even create pipes or shared memory as the `/dev/pipe/new` and `/dev/shmem/new` files do not exist in its namespace.
513512
514513
### Using Boxes

0 commit comments

Comments
 (0)