Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Links to research to coordinate in references #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ipd/0024/Hacking-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sources and guides
- [Astr0Baby Guides](https://astr0baby.online/Solaris/illumos-aarch64/)
- [inetboot aarch64](https://github.com/n-hys/illumos-gate/tree/osport/v2021.07/usr/src/psm/stand/boot)
- [cross-compiler docker container source](https://github.com/n-hys/illumos-build)
4 changes: 4 additions & 0 deletions ipd/0024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ platform.
* [Multiboot2 Specification](https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html)
* [IPD 34 Rationalize Kernel Architecture Module Paths](../0034/README.md)
* [IPD 36 Rationalize $(MACH64) Command Paths](../0036/README.md)
* [FreeBSD RPi 4 UEFI code](https://github.com/pftf/RPi4)
* [XNU Boot m1n1](https://github.com/AsahiLinux/m1n1)
* [m1n1 Guide](https://github.com/AsahiLinux/docs/wiki/m1n1%3AUser-Guide)
* [Hacking notes](Hacking-notes.md)