Published on: 2025-06-07 06:19:45
[New to Gemini? Have a look at my Gemini FAQ.] This article was bi-posted to Gemini and the Web; Gemini version is here: gemini://gemini.circumlunar.space/users/kraileth/neunix/2025/installing_bsd_pt3.gmi The first part of this series was about FreeBSD’s installer and the second covered OpenBSD’s installation program. This is a longer article and it has the most images that I ever included in one. While writing the other two articles didn’t take me too long, this one has has occupied several
Keywords: installation installer netbsd partition raid
Find related items on AmazonPublished on: 2025-07-15 12:13:49
This is my battle-worn, falling-apart laptop rocking an #i486SX CPU from the early ’90s. It’s so ancient that it doesn’t even have an FPU (Actually, that’s not true, they just cut-out FPU from i486DX to make CPU cheaper)! Anyway, I’ve always dreamed of running a modern UNIX-like OS on it. So, I spent some time resurrecting math emulation in the #NetBSD-10.x kernel, and guess what? I did it! But here’s the kicker—the very moment I finished compiling the kernel, ready to test my work, my laptop
Keywords: 2025 fpu just netbsd upd
Find related items on AmazonPublished on: 2025-07-15 14:01:30
ARG_MAX $@ $() ) Ash (Almquist Shell) Variants 2006-02-14 .. 2021-02-13 (see recent changes) After I had repeatedly wondered how all those "ash" variants might be related, and had found hardly any information, I had a closer look at the variants I know. Source is available for all variants, except for BSD/OS. Thanks to TUHS for archiving the traditional BSDs and 386BSD, to Kirk McKusick for his CSRG archive, and to Peter Seebach for allowing me to learn all BSD/OS variants. This page
Keywords: 02 built freebsd netbsd release
Find related items on AmazonPublished on: 2025-08-07 13:04:13
FPU Emulation Revival for i486SX on NetBSD This retro-computing project restores support for x87 floating-point unit (FPU) emulation in the NetBSD kernel, targeting legacy 486SX-class processors without hardware FPUs. It brings back the original MATH_EMULATE option into NetBSD 10.x and beyond, as well as reverts and reworks the changes introduced in commit dfe83e0, which removed FPU emulation support from the kernel. Disclaimer This project is a work in progress and may contain bugs or incomp
Find related items on AmazonPublished on: 2025-08-14 08:21:57
MinC is a tiny kernel which runs on Windows. The rest of the software was taken verbatim from OpenBSD, version 6.1. This means that by installing MinC, you run OpenBSD on your Windows machine at native speed. Welcome to the MinC home page. MinC is a Unix emulator for Windows, based on the OpenBSD operating system. MinC was written to help children at vocational education learn Linux without the hassle of virtualization. It runs on all versions of Windows, except Win95 and Win98. Install To ins
Keywords: antivirus install minc openbsd windows
Find related items on AmazonPublished on: 2025-08-17 11:29:04
If you are reading this message, the experiment below is still ongoing. This page was served to you by a real Nintendo Wii. You can check the Wii’s live status page for system load info. For a long time, I’ve enjoyed the idea of running general-purpose operating systems on decidedly not-general-purpose hardware. There’s been a few good examples of this over the years, including a few which were officially sanctioned by the OEM. Back in the day, my PS3 ran Yellow Dog Linux, and I’ve been search
Keywords: card conf netbsd rc wii
Find related items on AmazonPublished on: 2025-08-18 21:00:29
Randomly generated Turing machines draw images and animations on a 2D canvas. A simple JavaScript+HTML5 demo. This project is distributed under a modified BSD license. You can try Turing Drawings at the following URL: http://maximecb.github.io/Turing-Drawings/ Below is a sample of the kinds of patterns Turing Drawings can generate: I've also written a blog post briefly describing this project.
Keywords: blog bsd drawings project turing
Find related items on AmazonPublished on: 2025-09-14 11:11:51
Please note that InitWare is still alpha software. But all disclosed security concerns have now been addressed. Running InitWare as an auxiliary service manager under NetBSD can now, then, be regarded as safe; but beware relying on this in production until a first stable release is made. The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. It runs on NetBSD, GNU/Linux, and all the other modern BSD systems. Units are automatically
Keywords: init initware linux netbsd systemd
Find related items on AmazonPublished on: 2025-09-19 04:59:23
Linux is pretty nice as Desktop : # In 2024 GNU/Linux is now a pretty nice OS as Desktop environnement you can absolutely runs everything without any issue. Event if you're a gamer, huge progress has been made, thanks in particular to Valve/Steam. On daily basic I use EndeavourOS on my laptop and it is great distro. Everything works fine. And much like a Windows user, I don't care how a particular service is launched, how the Ram is managed, etc. I just want to install/remove programs. Use
Keywords: debian docker freebsd like use
Find related items on AmazonPublished on: 2025-09-20 05:59:23
Linux is pretty nice as Desktop : # In 2024 GNU/Linux is now a pretty nice OS as Desktop environnement you can absolutely runs everything without any issue. Event if you're a gamer, huge progress has been made, thanks in particular to Valve/Steam. On daily basic I use EndeavourOS on my laptop and it is great distro. Everything works fine. And much like a Windows user, I don't care how a particular service is launched, how the Ram is managed, etc. I just want to install/remove programs. Use
Keywords: debian docker freebsd like use
Find related items on AmazonPublished on: 2025-09-21 01:59:23
Linux is pretty nice as Desktop : # In 2024 GNU/Linux is now a pretty nice OS as Desktop environnement you can absolutely runs everything without any issue. Event if you're a gamer, huge progress has been made, thanks in particular to Valve/Steam. On daily basic I use EndeavourOS on my laptop and it is great distro. Everything works fine. And much like a Windows user, I don't care how a particular service is launched, how the Ram is managed, etc. I just want to install/remove programs. Use
Keywords: debian docker freebsd like use
Find related items on AmazonPublished on: 2025-10-03 18:33:54
Game of Trees 0.110 released February 20, 2025 Game of Trees -portable 0.110 released March 21, 2025 Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility. Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers. Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to
Keywords: game git got openbsd trees
Find related items on AmazonPublished on: 2025-10-21 04:11:41
March 06, 2025 nullprogram.com/blog/2025/03/06/ Ted Unangst published dude, where are your syscalls? on flak yesterday, with a neat demonstration of OpenBSD’s pinsyscall security feature, whereby only pre-registered addresses are allowed to make system calls. Whether it strengthens or weakens security is up for debate, but regardless it’s an interesting, low-level programming challenge. The original demo is fragile for multiple reasons, and requires manually locating and entering addresses for
Keywords: assembly function long openbsd stack
Find related items on AmazonPublished on: 2025-10-25 08:14:30
Introduction For decades, Linux and BSD have stood as two dominant yet fundamentally different branches of the Unix-like operating system world. While Linux distributions, such as Debian, Ubuntu, and Fedora, have grown to dominate the open-source ecosystem, BSD-based systems like FreeBSD, OpenBSD, and NetBSD have remained the preferred choice for those seeking security, performance, and licensing flexibility. But what if you could combine the best of both worlds—Debian’s vast package ecosystem
Keywords: debian freebsd gnu kernel kfreebsd
Find related items on AmazonPublished on: 2025-11-02 01:11:54
Hard as it may be to imagine, there was a time when Java was brand new and exciting. Long before it became the vast clunky back-end leviathan it is today, it was going to be the ubiquitous graphical platform that would be used on everything from cell phones to supercomputers: write once, run anywhere. Initially I drank the kool-aid and was thrilled about this new “modern” language that was going to take over the world, and drooled at the notion of Java-based computers, containing Java chips tha
Keywords: address client export javastation netbsd
Find related items on AmazonGo K’awiil is a project by nerdhub.co that curates technology news from a variety of trusted sources. We built this site because, although news aggregation is incredibly useful, many platforms are cluttered with intrusive ads and heavy JavaScript that can make mobile browsing a hassle. By hand-selecting our favorite tech news outlets, we’ve created a cleaner, more mobile-friendly experience.
Your privacy is important to us. Go K’awiil does not use analytics tools such as Facebook Pixel or Google Analytics. The only tracking occurs through affiliate links to amazon.com, which are tagged with our Amazon affiliate code, helping us earn a small commission.
We are not currently offering ad space. However, if you’re interested in advertising with us, please get in touch at [email protected] and we’ll be happy to review your submission.