Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkl authored Mar 14, 2021
1 parent 62185ab commit d0b84dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ Soso is a 32-bit x86 operating system and its features are
- Shared memory
- Serial port
- PS/2 mouse
- Unix sockets
- TTY driver

Soso has Libc, so existing applications depending only on a small part of Libc can easly be ported to Soso. I have managed to build and run Lua and Doom on Soso!
Soso has Libc, so existing applications depending only on Libc can easly be ported to Soso.
These applications run on Soso:
- Nano-X (client/server)
- Lua
- Doom

# running

You can download a [CD image (ISO file)](https://github.com/ozkl/soso/releases/download/v0.2/soso.iso.zip) from releases and try in a virtualization software like VirtualBox or in a PC emulator like QEMU. When it is started, you can run: "doom", "ls", "lua". Executables are in /initrd.
You can download a [CD image (ISO file)](https://github.com/ozkl/soso/releases/download/v0.2/soso.iso.zip) from releases and try in a virtualization software like VirtualBox or in a PC emulator like QEMU. When it is started, you can run: "doom", "ls", "lua".

To try Soso in QEMU, just run:

Expand Down

0 comments on commit d0b84dd

Please sign in to comment.