diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-08-11 21:29:32 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-08-16 14:09:09 +0530 |
commit | 81a6aa509a66184d67bdbddae15536e9403ddad7 (patch) | |
tree | 6a949fe0e103cd205f8663dbb3820f7e50c48a72 /blog/reactos-ramdisk-creator-gui.html | |
parent | 8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (diff) |
deperecate an article gonna write a better one
make website more readable
Diffstat (limited to 'blog/reactos-ramdisk-creator-gui.html')
-rw-r--r-- | blog/reactos-ramdisk-creator-gui.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/blog/reactos-ramdisk-creator-gui.html b/blog/reactos-ramdisk-creator-gui.html new file mode 100644 index 0000000..3f42f7d --- /dev/null +++ b/blog/reactos-ramdisk-creator-gui.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html> + <head> +<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> +<link rel='stylesheet' type='text/css' href='style.css'> +<meta property="og:title" content="ReactOS RAMDisk Creator GUI"> +<meta property="og:description" content="Initial release of ReactOS RAMDisk Creator GUI"> +<meta http-equiv="pragma" content="no-cache"> +<meta http-equiv="cache-control" content="no-cache"> +<title>Ghativega - About</title> +<style> +img { border: none ;} +</style> +</head> +<body> +<div class="blog-content"><p><a href="index.html"><-- Back to main page</a></p> +<div id="post"> +<h2>ReactOS RAMDisk Creator GUI</h2> +<p>Posted on 16/09/2022 09:35:19 PM GMT</p> +<br> +<p> +<img src="assets/images/ramdisk-creator.png" alt="screenshot"/> +</p> +<p> +This is the initial release of ReactOS RAMDisk Creator GUI which is a complete rewrite, meant to replace both the <a href="https://github.com/arnavbhatt288/ros-ram-disk-creator">Win32 version</a> as well as the <a href="https://github.com/arnavbhatt288/ros-ramdisk-creator-linux">Linux version</a> but is an alternative of the <a href="https://github.com/arnavbhatt288/ros-ramdisk-creator-cli">CLI version</a>. Like the CLI version, it is a cross-platform, easy to use tool for helping you to create RAMDisks for <a href="https://reactos.org/">ReactOS</a>. +</p> + +<h3> Features</h3> + +<ul> +<li>Easy to use UI.</li> +<li>Cross-platform. (Widnows & Linux)</li> +<li>Installs bootloader to your disks.</li> +<li>Copies required files that you have specified.</li> +<li>Generates <code>freeldr.ini</code> file depending upon the files specified.</li> +</ul> + +<h3> Installation & Usage</h3> +<p> +Go to the <a href="https://github.com/arnavbhatt288/ros-ramdisk-creator-gui">Github repository</a> for further instructions. +</p> +</div> +</main><div class = footer><p>2023 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html> |