Klaus Kämpf

Results 77 issues of Klaus Kämpf

After [copying firmware and bootloader files](#97) on aarch64, cOS comes up nicely but then fails to mount `/usr/libexec`, resulting in a locked root account and no way out. (Not sure...

blocked
arm

(rephrased to better match sleigh terminology) I'm working on a [processor description for VAX](https://github.com/kkaempf/ghidra_vax) and would need to get the address of an instruction operand. VAX has one-byte opcodes followed...

Feature: Sleigh

This improves error reporting from the `sleigh` language parser. - making the `calc_mask()` `size` parameter unsigned prevents sleigh from just crashing with ``` terminate called after throwing an instance of...

Feature: Sleigh
Status: Triage

Windows 'command line' (cmd.exe) and PowerShell differ in color mapping. PowerShell with (standard) blue background ![windows-blue](https://user-images.githubusercontent.com/37742/129350824-9f151ad4-251f-4543-88d8-5093b9c42eca.png) PowerShell with (changed) black background ![windows-black](https://user-images.githubusercontent.com/37742/129350858-a653fce5-ed77-4841-817e-4876f461a020.png)

bug
windows

We need to decide on a versioning scheme for Elemental. Currently we have - the node-image at 5.3, following SLE Micro version - builder-image at 5.3, because it's based on...

While working on [a minified version of my VAX processor description](https://github.com/kkaempf/ghidra_vax/blob/issue-4606/VAX/data/languages/vax-mini.slaspec) to fix #4606, I encountered crashes when loading the `.sla` file. This PR makes my example working. Note: `sleigh`...

Status: Triage

The link referenced in this line of README.markdown ``` To get started, please read the documentation on the CFEngine website. ``` Leads to a 404

> cf-cmd h ... Examples: cf-cmd '"Flavor: $(sys.flavor)";' list run ... > cf-cmd '"Flavor: $(sys.flavor)";' list run body common control { inputs => { "/var/cfengine/inputs/cfengine_stdlib.cf" }; bundlesequence => { "test"...

Background: I'm using `hypper` as a full Helm replacement when working with [Epinio](https://github.com/epinio/epinio) and the latest release calls `helm package` which makes Hypper break. Acceptance criteria: `hypper` is a full...

Generated files (like from `flex` or `bison`) within sleigh (cpp) shouldn't be IP scanned.

Feature: Build
Status: Waiting on customer