Philipp Schuster

Results 200 comments of Philipp Schuster

Okay I have an update on this. `\n` works when I view the docx document in _Pages_ on my Macbook. Neither `\n` nor `\r\n` works when I view the document...

Got it, thanks! > And given a perfect hash function, there is typically no need for the hashmap to store keys. I think I figured out how to use it....

I run Limine with VERBOSE=yes, but all it tells me is: ``` multiboot2: Loading kernel `boot:///kernel`... acpi: Found SMBIOS 32-bit entry point at 0x753f000 acpi: Found SMBIOS 64-bit entry point...

Okay, thanks! I'll do more experiments, including a hand-off without exited boot services, more logging in Limine etc, and come back to you. Likely within the next 4 days.

Ah, oh really? GRUB supports it as well. However, GRUB doesn't support some Multiboot-scenarios that Limine supports on the other hand. 🤷🏻

From my testing, it is hard to get output from Limine. Perhaps I'm missing something. I use the serial output and capture everything in a file with QEMU. My observations:...

Ah, the debugcon device. Nice, thanks! Didn't know the function e9_printf() exists.

PS: I was talking about output from the bootloader, not the multiboot2 test binary! I had to move `e9print.h` and `e9print.c` to `common` so that I can use it from...

Please have a look at https://github.com/limine-bootloader/limine/pull/358 - the provided log clearly shows that there is a bug

Hi! Sorry for the late reply. I'll look into it