York, UK
Hello, I am Dominik Hagowski, I am hoping to put any of my future projects on here.
From Dominik Hagowski to ~sircmpwn/hare-dev
When using `hare build -c` the same task will be appended to the plan list twice, causing a crash when using the new malloc. Signed-off-by: Dominik Hagowski <dom@inik.dev> --- cmd/hare/subcmds.ha | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/hare/subcmds.ha b/cmd/hare/subcmds.ha index 94ae837d..29788733 100644 --- a/cmd/hare/subcmds.ha +++ b/cmd/hare/subcmds.ha @@ -175,9 +175,8 @@ fn build(cmd: *getopt::command) void = { case goal::EXE => [message trimmed]
From Dominik Hagowski to ~sircmpwn/helios-devel
--- uapi/+aarch64/arch_debug.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uapi/+aarch64/arch_debug.ha b/uapi/+aarch64/arch_debug.ha index eb23869..08eda18 100644 --- a/uapi/+aarch64/arch_debug.ha +++ b/uapi/+aarch64/arch_debug.ha @@ -1,5 +1,5 @@ use caps; fn label_str(ct: caps::ctype, label: u64) const str = { fn arch_label_str(ct: caps::ctype, label: u64) const str = { return "<TODO>"; [message trimmed]
From Dominik Hagowski to ~sircmpwn/helios-devel
--- Some implementations of uefi don't seem to provide a memory key when not called with a proper buffer, so I have reused the existing memory map buffer since that does not seem to be in use at any point after exiting boot services. efi/mmap.ha | 6 +++--- efi/systab.ha | 16 +++++++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/efi/mmap.ha b/efi/mmap.ha index f526dd6..e75fd21 100644 --- a/efi/mmap.ha +++ b/efi/mmap.ha [message trimmed]
From Dominik Hagowski to ~sircmpwn/helios-devel
--- mkisofs truncates names above 8 characters, turning bootstrap.tar into bootstra.tar making the iso unable to find it. This removes that filename length restriction, though I am unsure why no one else seems to be having this issue. mk/x86_64.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/x86_64.mk b/mk/x86_64.mk index 802bd91..68c530b 100644 --- a/mk/x86_64.mk +++ b/mk/x86_64.mk @@ -28,7 +28,8 @@ boot.iso: $(BOOT) syslinux.cfg $(HELIOS)/helios sbin/sysinit bootstrap.tar [message trimmed]
From Dominik Hagowski to ~sircmpwn/helios-devel
--- content/docs/helios/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/helios/_index.md b/content/docs/helios/_index.md index d4f246a..bb557ee 100644 --- a/content/docs/helios/_index.md +++ b/content/docs/helios/_index.md @@ -8,8 +8,8 @@ Helios is the microkernel at the heart of Ares. Documentation is provided here for the set of supported [syscalls], [capabilities], and other concerns via the navigation on the left. [syscalls]: /docs/helios/capabilities/ [capabilities]: /docs/helios/syscalls/[message trimmed]
From dominikhagowski to ~sircmpwn/email-test-drive
--- Dominik-Hagowski | 1 + 1 file changed, 1 insertion(+) create mode 100644 Dominik-Hagowski diff --git a/Dominik-Hagowski b/Dominik-Hagowski new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/Dominik-Hagowski @@ -0,0 +1 @@ -- 2.36.0 I have successfully used git send-email![message trimmed]
From dominikhagowski to ~sircmpwn/email-test-drive
--- Dominik-Hagowski | 1 + 1 file changed, 1 insertion(+) create mode 100644 Dominik-Hagowski diff --git a/Dominik-Hagowski b/Dominik-Hagowski new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/Dominik-Hagowski @@ -0,0 +1 @@ -- 2.36.0 I'm about to try git send-email[message trimmed]