Skip to content

Commit

Permalink
merge: branch 'hypervisor'
Browse files Browse the repository at this point in the history
Signed-off-by: Kazım SARIKAYA <[email protected]>
  • Loading branch information
kazimsarikaya committed Mar 15, 2024
2 parents ea436e3 + 3d85868 commit 46a4524
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 103 deletions.
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ podman run --rm -v ./:/osdev:Z localhost/turnstone-builder:latest

If you don't use selinux you can omit the Z parameter at volume mount.

## Runnig
## Running

On both OSX and Linux you need **qemu**.

Expand All @@ -51,9 +51,44 @@ For starting a networkless (may be with default network) qemu with OVMF EDK2 uef
scripts/osx-hacks/qemu-efi-hda.sh
```

The qemu terminal will be openned at console and video output will be at ```tmp/qemu-video.log```.
The qemu terminal will be openned at console and video output will be at

```
tmp/qemu-video.log
```

## Shell

After boot completes a ring-0 shell opens. If the press an enter you can see the prompt. You can write help for supported commands.

```
$ help
Commands:
help : prints this help
clear : clears the screen
poweroff : powers off the system alias shutdown
reboot : reboots the system
color : changes the color first argument foreground second is background in hex
ps : prints the current processes
date : prints the current date with time alias time
usbprobe : probes the USB bus
free : prints the frame usage
wm : opens test window
vm : vm commands
rdtsc : read timestamp counter
tosdb : tosdb commands
kill : kills a process with pid
module : module(library) utils
```

For details please look the page @ref shell.

## Docs

You can find docs at projects [website]

For discustions please visit [discord channel][discord channel].


[discord channel]: https://discord.gg/q5WxJKz7fd
[website]: https://turnstoneos.com
Loading

0 comments on commit 46a4524

Please sign in to comment.