diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-09-16 21:35:19 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-09-16 21:35:19 +0530 |
commit | 424630365fdad54afabe3955158dcfdc6403993a (patch) | |
tree | ed34777c29c1bc6bfd6dcdec486e1fbde20f0470 | |
parent | cf257a99db0e9a34e12fe14589b47a5c8e9fde82 (diff) |
ramdisk creator
22 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 + + + +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 diff --git a/data/assets/images/ramdisk-creator.png b/data/assets/images/ramdisk-creator.png Binary files differnew file mode 100644 index 0000000..393399b --- /dev/null +++ b/data/assets/images/ramdisk-creator.png diff --git a/tags/artificial-software-level-lockdowns b/tags/artificial-software-level-lockdowns index 96a4dea..96a4dea 100644..100755 --- a/tags/artificial-software-level-lockdowns +++ b/tags/artificial-software-level-lockdowns diff --git a/templates/article_entry.html b/templates/article_entry.html index a901a2c..a901a2c 100644..100755 --- a/templates/article_entry.html +++ b/templates/article_entry.html diff --git a/templates/article_footer.html b/templates/article_footer.html index 04f5b84..04f5b84 100644..100755 --- a/templates/article_footer.html +++ b/templates/article_footer.html diff --git a/templates/article_header.html b/templates/article_header.html index 36bdf44..36bdf44 100644..100755 --- a/templates/article_header.html +++ b/templates/article_header.html diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html index 776b4ca..776b4ca 100644..100755 --- a/templates/article_list_footer.html +++ b/templates/article_list_footer.html diff --git a/templates/article_list_header.html b/templates/article_list_header.html index 456ab9c..456ab9c 100644..100755 --- a/templates/article_list_header.html +++ b/templates/article_list_header.html diff --git a/templates/article_separator.html b/templates/article_separator.html index e69de29..e69de29 100644..100755 --- a/templates/article_separator.html +++ b/templates/article_separator.html diff --git a/templates/footer.html b/templates/footer.html index da9fd8c..da9fd8c 100644..100755 --- a/templates/footer.html +++ b/templates/footer.html diff --git a/templates/header.html b/templates/header.html index 7533574..7533574 100644..100755 --- a/templates/header.html +++ b/templates/header.html diff --git a/templates/index_footer.html b/templates/index_footer.html index e69de29..e69de29 100644..100755 --- a/templates/index_footer.html +++ b/templates/index_footer.html diff --git a/templates/index_header.html b/templates/index_header.html index 998ef87..998ef87 100644..100755 --- a/templates/index_header.html +++ b/templates/index_header.html diff --git a/templates/tag_entry.html b/templates/tag_entry.html index cb23fee..cb23fee 100644..100755 --- a/templates/tag_entry.html +++ b/templates/tag_entry.html diff --git a/templates/tag_index_footer.html b/templates/tag_index_footer.html index e69de29..e69de29 100644..100755 --- a/templates/tag_index_footer.html +++ b/templates/tag_index_footer.html diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html index ed44b4e..ed44b4e 100644..100755 --- a/templates/tag_index_header.html +++ b/templates/tag_index_header.html diff --git a/templates/tag_list_footer.html b/templates/tag_list_footer.html index b9fa558..b9fa558 100644..100755 --- a/templates/tag_list_footer.html +++ b/templates/tag_list_footer.html diff --git a/templates/tag_list_header.html b/templates/tag_list_header.html index 7a57395..7a57395 100644..100755 --- a/templates/tag_list_header.html +++ b/templates/tag_list_header.html diff --git a/templates/tag_separator.html b/templates/tag_separator.html index c3a6e48..c3a6e48 100644..100755 --- a/templates/tag_separator.html +++ b/templates/tag_separator.html |