mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

661
comptes actifs

#syslinux

0 message0 participant0 message aujourd’hui
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://infosec.space/@OS1337" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>OS1337</span></a></span> <span class="h-card" translate="no"><a href="https://groupe-tazor.com/@Yuki" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Yuki</span></a></span> <span class="h-card" translate="no"><a href="https://evokegts.umbrellix.org/@bjornsdottirs" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bjornsdottirs</span></a></span> well, it does work given aggressive <a href="https://infosec.space/tags/xz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xz</span></a> compression.</p><p>Problem is rather to shove more on a 1440kB FDD than initramfs+kernel.</p><p>Tho a bootfloppy w/ <a href="https://infosec.space/tags/syslinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>syslinux</span></a> that then bootstraps multiple splitted initramfs parts in RAM from multiple disks should be possible.</p><p><a href="https://infosec.space/tags/TinyCore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TinyCore</span></a> shows that a minimalist distro can be featureful!<br><a href="http://tinycorelinux.net" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">tinycorelinux.net</span><span class="invisible"></span></a></p>
Kevin Karhan :verified:<p>Sorry for the delays but I've had to work on some things that prevented me from working on <span class="h-card" translate="no"><a href="https://infosec.space/@OS1337" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>OS1337</span></a></span> ...<br><a href="https://github.com/OS-1337" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/OS-1337</span><span class="invisible"></span></a></p><p>I've had to basically <a href="https://github.com/OS-1337/mlb" rel="nofollow noopener noreferrer" target="_blank">fork</a> the <a href="https://infosec.space/tags/mlb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mlb</span></a> <a href="https://infosec.space/tags/bootloader" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bootloader</span></a> because it is basically unmaintained...</p><p>...after all <a href="https://infosec.space/tags/syslinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>syslinux</span></a> <a href="https://github.com/OS-1337/OS1337/issues/10" rel="nofollow noopener noreferrer" target="_blank">wastes ~ 200kB of space</a>...</p><p>Now this is kind of a mess but I've to sort this out...</p><p>On the flipside I did build <code>mlb</code> so everyone can <a href="https://github.com/OS-1337/mlb/releases/tag/v0.0.1" rel="nofollow noopener noreferrer" target="_blank">just yoink it</a> for their minimalist distro needs...</p><p>*tho AFAIK this will only <a href="https://infosec.space/tags/BIOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BIOS</span></a>-<a href="https://infosec.space/tags/boot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boot</span></a> on i486 and up.</p><p><a href="https://infosec.space/tags/OS1337" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OS1337</span></a> <a href="https://infosec.space/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://infosec.space/tags/EmbeddedLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EmbeddedLinux</span></a> <a href="https://infosec.space/tags/Minimalist" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Minimalist</span></a> <a href="https://infosec.space/tags/MinimalistDistro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MinimalistDistro</span></a> <a href="https://infosec.space/tags/MinimalistLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MinimalistLinux</span></a> <a href="https://infosec.space/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a></p>
Kevin Karhan :verified:<p>Someone asked me in regards to OS/1337 "why don't you just use mkroot from <span class="h-card" translate="no"><a href="https://mstdn.jp/@landley" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>landley</span></a></span> ?"</p><p><a href="https://landley.net/toybox/downloads/binaries/mkroot/latest/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">landley.net/toybox/downloads/b</span><span class="invisible">inaries/mkroot/latest/</span></a></p><p>And that is a valid question.</p><p>To sum it up: <br>1. <a href="https://mstdn.social/tags/mkroot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mkroot</span></a> for <a href="https://mstdn.social/tags/i486" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i486</span></a> requires 3MiB of storage and thus is not an option for the 1440kB target size of the current, minimalist system.</p><p>2. shure I could instead make a <a href="https://mstdn.social/tags/Syslinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Syslinux</span></a> <a href="https://mstdn.social/tags/bootFloppy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bootFloppy</span></a> but that feels like cheating...</p><p>3. In the end the idea of OS/1337 is to build a <a href="https://mstdn.social/tags/TUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TUI</span></a>-based <a href="https://mstdn.social/tags/Desktop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Desktop</span></a> that can be built to run on everything.</p><p><a href="https://mstdn.social/tags/OS1337" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OS1337</span></a></p>
Kevin Karhan :verified:<p>UPDATE: SOLVED!<br><a href="https://github.com/OS-1337/OS1337/issues/2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/OS-1337/OS1337/issu</span><span class="invisible">es/2</span></a></p><p>:boost_requested: :boost_animated: :boost_ok: <br><a href="https://mstdn.social/tags/FollowerPower" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FollowerPower</span></a>: Anyone with <a href="https://mstdn.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> - <a href="https://mstdn.social/tags/boot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boot</span></a>|ing <a href="https://mstdn.social/tags/KnowHow" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KnowHow</span></a> able and willing to take a look why my current build of OS/1337 doesn't boot?</p><p>It's a 1440kB 3,5" <a href="https://mstdn.social/tags/Floppy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Floppy</span></a> image and should work just fine in <a href="https://mstdn.social/tags/VirtualBox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VirtualBox</span></a> / <a href="https://mstdn.social/tags/QEMU" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QEMU</span></a> / <a href="https://mstdn.social/tags/KVM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KVM</span></a> / <a href="https://mstdn.social/tags/vmware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vmware</span></a> but it's stuck after loading <a href="https://mstdn.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> (bzImage) and the remaining files (rootfs.cpio.xz)...</p><p>It uses <a href="https://mstdn.social/tags/syslinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>syslinux</span></a> as <a href="https://mstdn.social/tags/bootloader" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bootloader</span></a> so any hints are appreciated.</p><p> <a href="https://mstdn.social/tags/OS1337" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OS1337</span></a> <a href="https://mstdn.social/tags/development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>development</span></a></p>
Fell<p>This is what I get for trying to remove the <a href="https://ma.fellr.net/tags/syslinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>syslinux</span></a> copyright line through editing the binary. I thought I was smart, but I'm not.</p><p>Why I wanted to remove it: It was too long and the line break annoyed me.</p><p>Luckily, I should still be able to boot the system using <a href="https://ma.fellr.net/tags/EFI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EFI</span></a>.</p><p>Why I am using syslinux: The <a href="https://ma.fellr.net/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> driver for <a href="https://ma.fellr.net/tags/samsung" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>samsung</span></a> laptops has more features when in <a href="https://ma.fellr.net/tags/BIOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BIOS</span></a> mode.</p>