Out of memory error when build OpenBSD Base/LLVM

2024-02-17 Thread Shivam Gupta
Hi All,

I recently installed OpenBSD OS on my ASUS laptop quad core pentium with 4
GB RAM and 1 TB HDD.

I was following the guide to build the system from source. But in `make
build` step it gets a memory error when building LLVM. I tried other ways
like make -j1 changing some build configuration in llvm's CMakelists.txt
but nothing works.

So I am seeking help if anything could be done here to complete the make
build on this ASUS laptop.

I do have another better ASUS TUF F15 laptop but there is some issue in the
installation, kernel panic after I login in fresh install. So I am trying
on this old laptop.

Thanks,
Shivam


ACPI kernel panic in first boot after new OpenBSD install

2024-02-18 Thread Shivam Gupta
Hello all,

I have just installed the OpenBSD on a ASUS tuf f15 gaming laptop,
installation went very smooth.

But I soon as I reboot the computer, it put me in ddb shell and there was a
kernel panic related to acpi.

I searched on internet, and tried to update my bios to the latest version
but that did not help. I tried disabling the acpi but that also not worked,
same result.

I followed
https://www.reddit.com/r/openbsd/comments/150jl5y/acpi_error_at_first_boot_on_dell_inspiron_15_3593/
to
get
https://bugzilla.kernel.org/show_bug.cgi?id=202585, here they said it is
bios bug so closed it.

But bios update did not solve the problem, so I am wondering if there is
any work around of this issue.

I have attached one picture of kernel panic and one with show panic and
trace command on ddb.

Images link -

https://postimg.cc/gallery/KYg665H

Regards,
Shivam