mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
blah
This commit is contained in:
parent
ac29dfbdf5
commit
774e28deac
2 changed files with 23 additions and 4 deletions
|
@ -30,6 +30,14 @@
|
|||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
ul.info {
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
li.info {
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
div.gallery {
|
||||
float: center;
|
||||
max-width: 300px;
|
||||
|
@ -39,13 +47,24 @@
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" href="//theme/colors.css?sets=ref">
|
||||
<h2 class="heading">Discovery App</h2>
|
||||
<h2 class="heading" title="Discover ThoriumOS">Discovery App</h2>
|
||||
<p class="info">
|
||||
Welcome to <a title="ThoriumOS Repository" rel="noopener" target="_blank" href="https://github.com/Alex313031/ThoriumOS">ThoriumOS!</a>
|
||||
Welcome to <a title="ThoriumOS WebPage" rel="noopener" target="_blank" href="https://thorium.rocks/thoriumos">ThoriumOS!</a>
|
||||
<br/>
|
||||
The discovery app is a shim in ChromiumOS, usually being populated on ChromeOS by tips & tricks, and sponsored purchasing content.
|
||||
The discovery app is a shim in <a title="ChromiumOS" rel="noopener" target="_blank" href="https://www.chromium.org/chromium-os/">ChromiumOS</a>, normally being populated on <a title="ChromeOS" rel="noopener" target="_blank" href="https://www.google.com/chromebook/chrome-os/">ChromeOS</a> with tips & tricks, and sponsored purchasing content.
|
||||
<br/>
|
||||
I am working on modifying it, so this is some preliminary text.
|
||||
<br/>
|
||||
ThoriumOS aims to produce a ChromiumOS image similar to <a title="Cloudready Archived WebSite" rel="noopener" target="_blank" href="https://web.archive.org/web/20220101085621/https://www.neverware.com/">CloudReady</a> (now <a title="ChromeOS Flex" rel="noopener" target="_blank" href="https://chromeenterprise.google/os/chromeosflex/">ChromeOS Flex</a>), with extra stuff including:
|
||||
<ul class="info">
|
||||
<br/>‣ Kernel configuration and <a title="About Linux Firmware" rel="noopener" target="_blank" href="https://wiki.gentoo.org/wiki/Linux_firmware">Linux firmware</a> to support as many devices as possible.
|
||||
<br/>‣ <a title="ThoriumOS ReadMe" rel="noopener" target="_blank" href="https://github.com/Alex313031/ThoriumOS#chromiumos-fork-with-thorium-browser-x264x265-codecs-widevine-kernel-515-linux-firmwaremodules-support-nouveau-intelamd-microcode-and-extra-packages">Extra packages</a> for useful command line features, and some useful bash aliases.
|
||||
<br/>‣ <a title="Widevine.org" rel="noopener" target="_blank" href="https://www.widevine.com/">Widevine</a> (needed for Netflix, etc.), <a title="About Google Sync" rel="noopener" target="_blank" href="https://support.google.com/chrome/answer/185277">Google Sync</a>, and <a title="Google Drive" rel="noopener" target="_blank" href="https://www.google.com/drive/">Google DriveFS</a></s> integration, which are normally excluded from ChromiumOS images.
|
||||
<br/>‣ And of course, <a title="Thorium Browser" rel="noopener" target="_blank" href="https://thorium.rocks/">Thorium browser</a>, with the <a title="Compiler Optimizations" rel="noopener" target="_blank" href="https://thorium.rocks/optimizations">compiler optimizations</a> of Thorium applied to the whole OS!
|
||||
</ul>
|
||||
<ul class="info">
|
||||
|
||||
</ul>
|
||||
</p>
|
||||
<br/>
|
||||
<div class="gallery">
|
||||
|
|
|
@ -36,7 +36,7 @@ else
|
|||
export CR_SRC_DIR
|
||||
fi
|
||||
|
||||
THOR_VER="115.0.5790.182"
|
||||
THOR_VER="115.0.5790.172"
|
||||
|
||||
export THOR_VER &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue