Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

Commit 7c7973d

Browse files
authored
Update README.md
1 parent c628b5e commit 7c7973d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ A 64 bit operating system made from scratch, using Assembly & C-lang to create k
44
**Current version:** `1.0.0-public`
55

66
# Running Guide
7-
| :exclamation: This is very important |
8-
|-----------------------------------------|
7+
| :exclamation: This is very important! |
8+
|------------------------------------------|
9+
10+
## THIS HAS NEVER BEEN TESTED ON A DUAL BOOT OR AN ACTUAL BOOT! THIS HAS ONLY BEEN TESTED ON QEMU SO RUNNING THIS IS YOUR RESPONSIBILITY
11+
Moving on, to run this, make sure you have installed **[qemu](https://www.qemu.org/)** to run this image file and **git** to download this repository. Once that has been installed, you can run the following file on Linux & if you are not on Linux or MacOS, you can install WSL on Windows. For other operating systems like FreeBSD, it has never been tried on.
12+
13+
```
14+
$ git clone https://github.com/BaseProgrammer/drippleMini # Download repo
15+
$ cd drippleMini/ # Change directory to repo
16+
$ qemu-system-i386 -fda drippleOS.bin # Run it
17+
```
18+
19+
Additionally if the `qemu-system-i386` command doesn't work, the presumably alternative way to solve this is by just running `qemu -fda drippleOS.bin`
920

1021
### How can I create my own OS?
11-
One of the main GitHub repositories that helped me quite a lot is the [os-tutorial](https://github.com/cfenollosa/os-tutorial/) one, made by [cfenollosa](https://github.com/cfenollosa). It quite briefly explains what each commands are, in Assembly and how to use them; I also recommend learning the basics of Assembly.
22+
One of the main GitHub repositories that helped me quite a lot is the [os-tutorial](https://github.com/cfenollosa/os-tutorial/) one, made by [cfenollosa](https://github.com/cfenollosa). It quite briefly explains what each commands are, in Assembly and how to use them; I also recommend learning the basics of Assembly.

0 commit comments

Comments
 (0)