-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 Refact: Use bootloader crates as the default bootloader. (#3)
* 🔨 Refact: Use rust-osdev/bootloader as the basic bootloader. * 🔨 Refact: Complete dependencies and organize Makefile. * 🔨 Refact: Update the url to the bootloader submodule. * 📝 Docs: Update readme. * 📝 Docs: Update readme. * ✨ Feat: Use the noto-sans-mono-bitmap crates to output text. * 📝 Docs: Update readme.
- Loading branch information
Showing
18 changed files
with
469 additions
and
467 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 |
---|---|---|
|
@@ -9,4 +9,6 @@ rustsbi-qemu.bin | |
|
||
# GDB Files | ||
.gdb_history | ||
.gdbinit | ||
.gdbinit | ||
|
||
.tasks |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "bootloader"] | ||
path = bootloader | ||
url = git@github.com:rust-osdev/bootloader.git |
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.