summaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorArnav Bhatt <arnavbhatt288@gmail.com>2022-09-16 21:35:19 +0530
committerArnav Bhatt <arnavbhatt288@gmail.com>2022-09-16 21:35:19 +0530
commit424630365fdad54afabe3955158dcfdc6403993a (patch)
treeed34777c29c1bc6bfd6dcdec486e1fbde20f0470 /articles
parentcf257a99db0e9a34e12fe14589b47a5c8e9fde82 (diff)
ramdisk creator
Diffstat (limited to 'articles')
-rwxr-xr-x[-rw-r--r--]articles/artificial-software-level-lockdowns.md0
-rw-r--r--articles/reactos-ramdisk-creator-gui.md18
2 files changed, 18 insertions, 0 deletions
diff --git a/articles/artificial-software-level-lockdowns.md b/articles/artificial-software-level-lockdowns.md
index 0e3efe9..0e3efe9 100644..100755
--- a/articles/artificial-software-level-lockdowns.md
+++ b/articles/artificial-software-level-lockdowns.md
diff --git a/articles/reactos-ramdisk-creator-gui.md b/articles/reactos-ramdisk-creator-gui.md
new file mode 100644
index 0000000..8f13723
--- /dev/null
+++ b/articles/reactos-ramdisk-creator-gui.md
@@ -0,0 +1,18 @@
+ReactOS RAMDisk Creator GUI
+
+![screenshot](assets/images/ramdisk-creator.png)
+
+This is the initial release of ReactOS RAMDisk Creator GUI which is a complete rewrite, meant to replace both the [Win32 version](https://github.com/arnavbhatt288/ros-ram-disk-creator) as well as the [Linux version](https://github.com/arnavbhatt288/ros-ramdisk-creator-linux) but is an alternative of the [CLI version](https://github.com/arnavbhatt288/ros-ramdisk-creator-cli). Like the CLI version, it is a cross-platform, easy to use tool for helping you to create RAMDisks for [ReactOS](https://reactos.org/).
+
+### Features
+- Easy to use UI.
+- Cross-platform. (Widnows & Linux)
+- Installs bootloader to your disks.
+- Copies required files that you have specified.
+- Generates `freeldr.ini` file depending upon the files specified.
+
+### Installation & Usage
+Go to the [Github repository](https://github.com/arnavbhatt288/ros-ramdisk-creator-gui) for further instructions.
+
+;tags:reactos software
+;description:Initial release of ReactOS RAMDisk Creator GUI