Skip to content

Commit 0cb5f30

Browse files
authored
Create README.md
1 parent 93e9806 commit 0cb5f30

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# realmodetesting
2+
Messing around with 16-bit real mode code.
3+
4+
Builds on linux with build-essential, cmake.
5+
6+
Runs on with qemu-system-i386.
7+
8+
Usage:
9+
10+
mkdir build
11+
cd build
12+
cmake ..
13+
make
14+
make run

0 commit comments

Comments
 (0)