-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds the a MBR partition implementation. Refactored some file system code to have a common FS helper functions This also enables the using the MBR and FAT32 to create the boot image removing the echfs dependency. Moved file system boot sector to common x86 arch. As this boot sector is written in x86, where would need to be an ARM version, so would be arch dependent. Added MAP file path Fixed running the x86_64 port as this wasn't making the boot image, just the elf
- Loading branch information
Showing
13 changed files
with
1,201 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "limine"] | ||
path = limine | ||
url = https://github.com/limine-bootloader/limine.git | ||
[submodule "echfs"] | ||
path = echfs | ||
url = https://github.com/echfs/echfs.git |
Submodule echfs
deleted from
14da98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.