mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#bootloader

0 Beiträge0 Beteiligte0 Beiträge heute

Another bold move from Fedora: a new proposal aims to drop UEFI boot support on MBR for x86_64 in Fedora 43 💽

It won’t affect existing installs—but new ones via Anaconda will require GPT. The reason? Simplify code and avoid firmware-related crashes.

As with 32-bit, niche setups risk being quietly deprecated. Speak now or lose flexibility later.

@itsfoss

news.itsfoss.com/fedora-uefi-m

It's FOSS News · Another Radical Move as Fedora Now Wants to Drop UEFI Boot Support on MBRUEFI boot support for MBR could be removed in Fedora 43.
#Linux#Fedora#Bios

So im working again on rustboot and now have the "problem" that the bootsector of it dosn't contain an BiosParameterBlock, which should be only needed for DOS but welp aparently there are BIOS'es out there that just write inside it, causing it to screw up the code inside it. -.-

It needs ~51 bytes or so, but my current implementation has only ~20 bytes of wiggleroom, mainly bc rust/llvm use 32bit-in-16bit code, which has the "problem" that an mov of an u16 immediate to a register occupies 6 instead of 3 bytes (2 zero bytes to pad u16 to u32 + the sizeprefix 0x66 to "temporarily" switch to 32bit).

Sooooooo yeah yk what I did. You tought of the sensible way of writing it simply entirely in assembly? Naaaaah; I'm gonna patch LLVM ofc!! :blobcat_coolio: Which works quite okayish currently; I got it to correctly emit 16bit call and ret instructions (another thing that was eating space even before and I had to do some very creative workarounds...); now I only need to somehow compile an own rust toolchain that uses the patched LLVM, but it dosn't get's it right and the extra cpu target (i8086 instead of i386) dosn't get recognized as a valid target when rust tries to ask LLVM for it.... sigh

Maybe I should rather work on the implementation of an realmode interrupt routine that's callable from 32bit so I can implement a basic disk interface.

CodeArqrustbootA bootloader written in rust
#rust#osdev#bootloader

Ho sento, com que vaig fracassar en els meus diferents intents, estic buscant algú a Barcelona que pugui instal·lar un custom ROM al meu Alcatel Pixi 4 (telèfon Android).

Sorry, as I failed in my various attempts, I'm looking for someone in Barcelona who can install a custom ROM on my Alcatel Pixi 4 (Android phone).

Lo siento, como he fallado en mis varios intentos, estoy buscando a alguien en Barcelona que pueda instalar un custom ROM en mi Alcatel Pixi 4 (teléfono Android.

#Fairphone5 #CalyxOS #Frage

Heute kam mein Fairphone an. Es läd gerade noch, um bei den bald folgenden Änderungen hin zu CalyxOS vollen Akku zu haben.
Ich habe mit einer Anleitung für ein Umgehen der Aktivierung der Google Dienste schon mal die Einrichtung abgeschlossen und mir das mal angesehen. Wirklich ein tolles Handy, so vom Aussehen und von der Haptik her. Display ist auch ok (finde nicht, dass es zu schwach ist, habe das als Kritikpunkt immer wieder gelesen).
Aber: Abzüglich der paar wenigen essentiellen Apps zum Telefonieren usw ist wirklich alles voll mit Google Apps. Insgesamt 31 Apps, wenn man die wenigen essentiellen dann abzieht, sind es wohl bestimmt 25 Apps direkt von Google. Das ist echt mega viel und echt kacke.

!! Frage: Falls noch irgendwer wichtige Tipps hat, damit das Installieren von CalyxOS gut verläuft, bitte jetzt!
Spezielle Frage zum #Bootloader:
Habe gelesen, dass man am Ende den Bootloader nicht schließen muss, um später nochmal ein anderes OS aufspielen zu können. Stimmt das so? Oder ist das nicht so gut?

heise.de/news/Zollpolitik-der-

Wäre vielleicht geschickt sich als #iOS Nutzer*in jetzt schonmal über alternative #Hardware, #Bootloader, #Root und #CustomOS zu informieren. Ist überhaupt kein Hexenwerk und dürfte in den kommenden Jahren wohl anfangen eine größere Rolle zu spielen!

heise online · Zollpolitik der USA: Wird das iPhone deutlich teurer?
Mehr von Malte Kirchner

After scouring the internet, we realised that information on Rockchip MCUs is either scarce or hidden behind NDAs. So in our latest blog, David Lodge looks at the Rockchip boot process. He covers the boot order and how to force the MCU into low-level modes for direct USB access.
 
He also dives into essential tools like xrock and rkflashtool that let you read and write the MCU’s RAM and flash memory.

Read here: pentestpartners.com/security-b

#rockchip#bootloader#mcu