Booting our RISC-V images

Blog post by kallisti5 on Sun, 2021-11-07 07:29

Thanks in large part to the hard work by X512 and everyone developing on Haiku, our nightly RISCV64 images are now functional. RISC-V marks Haiku’s first functional non-Intel/x86 port! What is RISC-V? RISC-V is a modern, fully open CPU instruction set which can be implemented, customized, extended, and sold without royalties. Designs exist for a 32-bit, 64-bit, and even a 128-bit processor design. You can emulate RISC-V in qemu, design your own CPU and synthesize it for an FPGA, or you can purchase a commercially built and designed computer with a RISC-V processor.

Icculus Microgrant 2020

Blog post by kallisti5 on Tue, 2021-02-23 14:08

Haiku, Inc. is proud to announce being the target of the Icculus Microgrant program for 2020. We would like to thank Icculus, and all of the wonderful folks who have donated to Haiku, Inc. over the years. Your continued donations help keep us working on what we love, and help us continuously grow and develop the ideal personal computing operating system.

Debugging RISCV-64 bootloader in QEMU

Blog post by kallisti5 on Sun, 2021-01-17 09:36

Debugging early bootloader code can be extremely difficult. The lack of printf and other classical black-box debugging tools means you’re limited to one of the following methods of debugging lockups: Arm chair debugging, Changing code, compiling, booting, repeat. Using GDB or another debugger tool and stepping through code watching outcome. Obviously #2 above is more ideal than #1. Welcome to debugging by attaching gdb to qemu! The steps below really should apply to any architecture.

NVMe Driver Now Available

Blog post by kallisti5 on Tue, 2019-04-16 16:41

Due to the awesome work by long-time developer waddlesplash, nightly images after hrev53079 have read/write NVMe support built-in. What is NVMe? For those not keeping up with the latest advances in tech, NVMe is a M.2 form-factor flash-based storage device which attaches directly to the system’s PCI Express bus. These flash devices are present in modern desktops and laptops and offer transfer speeds of several GiB/s. These devices now show up in /dev/disk/nvme/ and are fully useable by Haiku.

Haiku R1/beta1 in Vagrant

Blog post by kallisti5 on Tue, 2018-11-27 19:37

Over the last year, I have been slowly pushing patches upstream to Vagrant introducing native Haiku support. Vagrant is an open-source tool to build and maintain portable virtual development environments. Essentially, Vagrant lets you deploy and rapidly customize a Haiku virtual machine with programmatic scripts. Since we now have a new stable release, I have prepared some updated R1/beta1 images to play with under an official Haiku, Inc. account. Requirements A linux, OS X, or Windows machine.

Partial Outage

Blog post by kallisti5 on Tue, 2018-11-06 00:25

This evening a standard operating system upgrade has once again turned fatal. Our infrastructure still depends on a single bare metal server at Hetzner which continues to be our downfall. This evening a (tested) OS upgrade failed resulting in maui going MIA. I requested KVM access to attempt repair of maui after it was missing for ~15 minutes, however we were stuck waiting almost 2 hours for the KVM from Hetzner.

Repository Update

Blog post by kallisti5 on Tue, 2018-09-11 08:54

A small notification that we have updated our repository URL’s in preperation for R1 Beta 1. This change will ensure that repository links remain consistant through R1 Beta 1 and beyond.

[NOTICE] Data Security Incident

Blog post by kallisti5 on Mon, 2018-06-25 18:51

This afternoon, I noticed some strange heavy load on our Postgres database. After some initial investigation, it was discovered that a server misconfiguration left our Postgres database open to the internet since late January 2018. Impact Translation services (i18n.haiku-os.org) Email addresses Hashed passwords (old accounts sha1, newer accounts pbkdf2_sha256) Trac (dev.haiku-os.org) Usernames Some emails (based on last session age) We got extremely lucky that user passwords were not contained in the database for Trac.

Rune - Haiku Images on ARM

Blog post by kallisti5 on Sat, 2018-05-19 15:33

Up until recently, Haiku builds for ARM have targetted individual ARM boards. The compile process for ARM images required two things: an architecture, and a target board (such as the Raspberry Pi 2). This board setting adjusted a large number of defines throughout Haiku at compile time to set the operating system up for the target ARM device. The board selection also handled placing all the propriety bits (a lot of which have sketchy licensing) into the Haiku image during compile.

Where is Haiku R1?

Blog post by kallisti5 on Mon, 2017-10-09 10:48

Haiku released R1 Alpha 4.1 on November 14th, 2012. (5 years ago next month). Since our last release, we have seen a huge number of groundbreaking new features slip into the nightly code including package management. Along with the addition of Package Management (which was added pretty shortly after R1A4), we were presented with the massive task of building “all the ports” into packages and maintaining their dependencies within our repositories.