~sircmpwn/helios-devel

Fix typo in value range comment v1 APPLIED

András Németh: 1
 Fix typo in value range comment

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/helios-devel/patches/42666/mbox | git am -3
Learn more about email & git

[PATCH] Fix typo in value range comment Export this patch

---
Hi,

I just noticed the range gap and fixed it based on the pattern
above it, please double check that it is correct.

 boot/+aarch64/mmu.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/+aarch64/mmu.ha b/boot/+aarch64/mmu.ha
index 02c7621..40bcfda 100644
--- a/boot/+aarch64/mmu.ha
@@ -59,7 +59,7 @@ fn init_mmap(mem: *allocator) void = {
fn init_pagetables() void = {
	// 0xFFFF0000xxxxxxxx - 0xFFFF0200xxxxxxxx: identity map
	// 0xFFFF0200xxxxxxxx - 0xFFFF0400xxxxxxxx: identity map (dev)
	// 0xFFFF8000xxxxxxxx - 0xFFFF8000xxxxxxxx: kernel image
	// 0xFFFF0400xxxxxxxx - 0xFFFF8000xxxxxxxx: kernel image
	//
	// L0[0x000]    => L1_ident
	// L0[0x004]    => L1_devident
-- 
2.39.2
Thanks!

To git@git.sr.ht:~sircmpwn/helios
   e7bdd1c..512eb72  master -> master