From 424630365fdad54afabe3955158dcfdc6403993a Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Fri, 16 Sep 2022 21:35:19 +0530 Subject: ramdisk creator --- articles/artificial-software-level-lockdowns.md | 0 articles/reactos-ramdisk-creator-gui.md | 18 ++++++++++++++++++ blogit.1 | 0 config | 0 data/assets/images/ramdisk-creator.png | Bin 0 -> 11270 bytes tags/artificial-software-level-lockdowns | 0 templates/article_entry.html | 0 templates/article_footer.html | 0 templates/article_header.html | 0 templates/article_list_footer.html | 0 templates/article_list_header.html | 0 templates/article_separator.html | 0 templates/footer.html | 0 templates/header.html | 0 templates/index_footer.html | 0 templates/index_header.html | 0 templates/tag_entry.html | 0 templates/tag_index_footer.html | 0 templates/tag_index_header.html | 0 templates/tag_list_footer.html | 0 templates/tag_list_header.html | 0 templates/tag_separator.html | 0 22 files changed, 18 insertions(+) mode change 100644 => 100755 articles/artificial-software-level-lockdowns.md create mode 100644 articles/reactos-ramdisk-creator-gui.md mode change 100644 => 100755 blogit.1 mode change 100644 => 100755 config create mode 100644 data/assets/images/ramdisk-creator.png mode change 100644 => 100755 tags/artificial-software-level-lockdowns mode change 100644 => 100755 templates/article_entry.html mode change 100644 => 100755 templates/article_footer.html mode change 100644 => 100755 templates/article_header.html mode change 100644 => 100755 templates/article_list_footer.html mode change 100644 => 100755 templates/article_list_header.html mode change 100644 => 100755 templates/article_separator.html mode change 100644 => 100755 templates/footer.html mode change 100644 => 100755 templates/header.html mode change 100644 => 100755 templates/index_footer.html mode change 100644 => 100755 templates/index_header.html mode change 100644 => 100755 templates/tag_entry.html mode change 100644 => 100755 templates/tag_index_footer.html mode change 100644 => 100755 templates/tag_index_header.html mode change 100644 => 100755 templates/tag_list_footer.html mode change 100644 => 100755 templates/tag_list_header.html mode change 100644 => 100755 templates/tag_separator.html diff --git a/articles/artificial-software-level-lockdowns.md b/articles/artificial-software-level-lockdowns.md old mode 100644 new mode 100755 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 diff --git a/blogit.1 b/blogit.1 old mode 100644 new mode 100755 diff --git a/config b/config old mode 100644 new mode 100755 diff --git a/data/assets/images/ramdisk-creator.png b/data/assets/images/ramdisk-creator.png new file mode 100644 index 0000000..393399b Binary files /dev/null and b/data/assets/images/ramdisk-creator.png differ diff --git a/tags/artificial-software-level-lockdowns b/tags/artificial-software-level-lockdowns old mode 100644 new mode 100755 diff --git a/templates/article_entry.html b/templates/article_entry.html old mode 100644 new mode 100755 diff --git a/templates/article_footer.html b/templates/article_footer.html old mode 100644 new mode 100755 diff --git a/templates/article_header.html b/templates/article_header.html old mode 100644 new mode 100755 diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html old mode 100644 new mode 100755 diff --git a/templates/article_list_header.html b/templates/article_list_header.html old mode 100644 new mode 100755 diff --git a/templates/article_separator.html b/templates/article_separator.html old mode 100644 new mode 100755 diff --git a/templates/footer.html b/templates/footer.html old mode 100644 new mode 100755 diff --git a/templates/header.html b/templates/header.html old mode 100644 new mode 100755 diff --git a/templates/index_footer.html b/templates/index_footer.html old mode 100644 new mode 100755 diff --git a/templates/index_header.html b/templates/index_header.html old mode 100644 new mode 100755 diff --git a/templates/tag_entry.html b/templates/tag_entry.html old mode 100644 new mode 100755 diff --git a/templates/tag_index_footer.html b/templates/tag_index_footer.html old mode 100644 new mode 100755 diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html old mode 100644 new mode 100755 diff --git a/templates/tag_list_footer.html b/templates/tag_list_footer.html old mode 100644 new mode 100755 diff --git a/templates/tag_list_header.html b/templates/tag_list_header.html old mode 100644 new mode 100755 diff --git a/templates/tag_separator.html b/templates/tag_separator.html old mode 100644 new mode 100755 -- cgit v1.2.3