Skip to content

Commit 4f1ef3c

Browse files
authored
Fix formatting
1 parent f4ab612 commit 4f1ef3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This solution however also requires the most porting work as it needs to be rewr
1818
This is an good solution:
1919
- It uses an bootloader software designed for booting the Linux kernel
2020
- It doesn't need to reboot twice to start an OS, unlike the third solution.
21+
2122
But it has a few disadvantages:
2223
- The 2nd-stage bootloader is in the boot partition. This means it gets overwritten very often.
2324
- This is only possible with older (non-UEFI) qualcomms for now.
@@ -27,6 +28,7 @@ This is the worst solution:
2728
- This needs to reboot twice when booting an OS (first to the menu, then to the OS)
2829
- It reflashes boot. This is slow.
2930
- It still lives in the boot image so it's getting easily overwritten.
31+
3032
Though it also has a few advantages:
3133
- It's way easier to port
3234
- It supports touchscreen

0 commit comments

Comments
 (0)