Skip to content

Commit

Permalink
remove part of a specialiazed hypervisor
Browse files Browse the repository at this point in the history
the current version of eduOS runs on the common hypervisor qemu
  • Loading branch information
stlankes committed May 1, 2024
1 parent 6b9690b commit 801a0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Introduction

eduOS-rs is a Unix-like operating system based on a monolithic architecture for educational purposes.
It is developed for the course [Operating Systems][acsos] at RWTH Aachen University and includes a modified hypervisor that simplifies the boot process to increase the intelligibility of the OS.
It is developed for the course [Operating Systems][acsos] at RWTH Aachen University.
eduOS-rs is derived from following tutorials and software distributions:

1. Philipp Oppermann's [excellent series of blog posts][opp].
Expand Down Expand Up @@ -51,7 +51,7 @@ Linux users should install common developer tools.
For instance, on Ubuntu 22.04 the following command installs the required tools:

```sh
$ apt-get install -y git nasm qemu-system-x86 build-essential
$ apt-get install -y git qemu-system-x86 build-essential
```

### Common for macOS, Windows and Linux
Expand Down

0 comments on commit 801a0a1

Please sign in to comment.