Skip to content

Commit

Permalink
Merge pull request #4 from CloverHackyColor/main
Browse files Browse the repository at this point in the history
Link Clover-LegacyDuet
  • Loading branch information
chris1111 authored May 7, 2024
2 parents f372347 + b3fed92 commit 04914eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

MacGap/.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3621,7 +3621,7 @@ Each Clover revision contains file Clover\*\*\*.pkg which is macOS executable in

If you want to make this manually then read carefully.

Install for legacy boot
Install for legacy boot --> [Clover-LegacyDuet](https://github.com/CloverHackyColor/Clover-LegacyDuet)
-----------------------

When you power on your computer you see BIOS which want to start some operating system. Old computers (legacy computers) have legacy BIOS which is able to boot some drive HDD, CDROM or USB-HDD. The BIOS read first sector (MBR) from the physical drive into memory and start is as a program written in 16bit codes. The program is less then 512 byte. It named boot0 boot sector. The program boot0 searches the partition table of the drive, finds first partition position (PBR) on the drive and reads there first one or two sectors named boot1. Start the program. The program PBR intended to use on the specific file-system. So use boot1hfs on HFS+ filesystem, use boot1f32 on FAT32 filesystem, boot1ex on exFAT file system and more. After years of investigations we decided to choose one case: drive must be formatted to GPT and have first partition EFI formatted to FAT32. Partition signature will be EF00. We have several variants but recommended one is **boot0af** It can be installed from macOS by command
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Documentation Clover</title>
<body style="background-color:#D3D3D3;">
<style>/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
Expand Down Expand Up @@ -3062,7 +3063,7 @@ <h2 id="using-the-installer">Using the installer</h2>
<p>Each Clover revision contains file Clover***.pkg which is macOS executable installer to make all work automatically.
<img src="https://user-images.githubusercontent.com/485515/167265123-033556f5-80a4-4ecc-a1a8-8949e745d950.png" /></p>
<p>If you want to make this manually then read carefully.</p>
<h2 id="install-for-legacy-boot">Install for legacy boot</h2>
<h2 id="install-for-legacy-boot">Install for legacy boot --> <a href="https://github.com/CloverHackyColor/Clover-LegacyDuet">Clover-LegacyDuet</a></h2>
<p>When you power on your computer you see BIOS which want to start some operating system. Old computers (legacy computers) have legacy BIOS which is able to boot some drive HDD, CDROM or USB-HDD.
The BIOS read first sector (MBR) from the physical drive into memory and start is as a program written in 16bit codes. The program is less then 512 byte. It named boot0 boot sector.
The program boot0 searches the partition table of the drive, finds first partition position (PBR) on the drive and reads there first one or two sectors named boot1. Start the program.
Expand Down
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Documentation Clover</title>
<body style="background-color:#D3D3D3;">
<style>/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
Expand Down Expand Up @@ -3062,7 +3063,7 @@ <h2 id="using-the-installer">Using the installer</h2>
<p>Each Clover revision contains file Clover***.pkg which is macOS executable installer to make all work automatically.
<img src="https://user-images.githubusercontent.com/485515/167265123-033556f5-80a4-4ecc-a1a8-8949e745d950.png" /></p>
<p>If you want to make this manually then read carefully.</p>
<h2 id="install-for-legacy-boot">Install for legacy boot</h2>
<h2 id="install-for-legacy-boot">Install for legacy boot --> <a href="https://github.com/CloverHackyColor/Clover-LegacyDuet">Clover-LegacyDuet</a></h2>
<p>When you power on your computer you see BIOS which want to start some operating system. Old computers (legacy computers) have legacy BIOS which is able to boot some drive HDD, CDROM or USB-HDD.
The BIOS read first sector (MBR) from the physical drive into memory and start is as a program written in 16bit codes. The program is less then 512 byte. It named boot0 boot sector.
The program boot0 searches the partition table of the drive, finds first partition position (PBR) on the drive and reads there first one or two sectors named boot1. Start the program.
Expand Down

0 comments on commit 04914eb

Please sign in to comment.