blob: 3f42f7d22c591fca09df5ee98714ddd204d71c68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>
|