Below you will find pages that utilize the taxonomy term “netbsd”
Services
BSD Software
Moritz Systems is a proud contributor and member of the BSD community, with a primary focus on the NetBSD technology. NetBSD is a free, fast, secure and highly portable Operating System, available for a wide range of platforms, from large-scale servers and powerful desktop computers to IOT and Edge Computing devices. We believe that all users of Open Source should have the freedom of choice between alternative solutions and that is why we provide BSD licensed software services to our customers.
Services
Embedded Solutions
Moritz Systems are experts in embedded solutions that host innovative solutions in Fintech, Insurtech, Smart Energy, Smart Buildings. Industry 4.0 (IIoT), HealthTech, Medtech, Digital Health, Martech, Sustainability and Waste Management.
Bsd tips and tricks | January 25, 2021
leave(1) - remind you when you have to leave
By Kamil Rytarowski
leave +0001
Bsd tips and tricks | January 5, 2021
Add a new user
By Kamil Rytarowski
useradd -m joe && passwd joe
Bsd tips and tricks | December 7, 2020
Set your favorite pager
By Kamil Rytarowski
env PAGER=less man 1 intro
Bsd tips and tricks | November 30, 2020
finger(1) plan
By Kamil Rytarowski
echo “Rule the world!” > ~/.plan
Blog | November 26, 2020
Mastering UNIX pipes, Part 1
By Kamil Rytarowski
A pipe is a first-in-first-out interprocess communication channel. The pipe version as it is known today was invented by an American Computer Scientist Douglas McIlroy and incorporated into Version 3 AT&T UNIX in 1973 by Ken Thompson.
It was inspired by the observation that frequently the output of one application is used as an input for another. This concept can be reused to connect a chain of processes. This is frequently observed in UNIX shell constructs that utilize the | operator.
read more
Bsd tips and tricks | November 23, 2020
Show diff output in color
By Kamil Rytarowski
alias cpatch=‘sed -e “s/^+.$/
tput setf 6 bold
&tput sgr0
/” -e “s/^-.$/tput setf 4 bold
&tput sgr0
/"’
Blog | November 19, 2020
Before the BSD Kernel starts: Part One on AMD64
By Maciej Grochowski
System initialization is one of the niche areas that few people look into. The exact details vary considerably between different platforms, firmwares, CPU architectures and operating systems, making it difficult to learn it all. Usually, if something is not working correctly during the early stages of system startup or if the OS does not boot, it rarely has anything to do with the code responsible for booting. Most of the time, it is due to other factors, such as the boot media or BIOS configuration.
read more
Bsd tips and tricks | November 16, 2020
Emulate clear in restricted environments
By Kamil Rytarowski
alias clr=‘printf “\033[H\033[J”’
Bsd tips and tricks | November 9, 2020
Find the largest files in the current directory
By Kamil Rytarowski
find . -type f -exec stat -f "%z %N" {} \; | sort -r -n -k1
Blog | October 29, 2020
How Debuggers Work: Getting and Setting x86 Registers, Part 2: XSAVE
By Michał Górny
In the previous part of this article, I have described the basic methods of getting and setting the baseline registers of 32-bit and 64-bit x86 CPUs. I have covered General Purpose Registers, baseline Floating-Point Registers and Debug Registers along with their ptrace(2) interface.
In the second part, I would like to discuss the XSAVE family of instructions. I will describe the different variants of this instruction as well as explain the differences between them and their limitations.
read more
Blog | October 22, 2020
How Debuggers Work: Getting and Setting x86 Registers, Part 1
By Michał Górny
In this article, I would like to shortly describe the methods used to dump and restore the different kinds of registers on 32-bit and 64-bit x86 CPUs. The first part will focus on General Purpose Registers, Debug Registers and Floating-Point Registers up to the XMM registers provided by the SSE extension. I will explain how their values can be obtained via the
read more
ptrace(2)
interface.
Careers
Embedded Software Developer
We are looking for a candidate to fill the position of a BSD/Linux kernel developer. The programmer will be responsible for device drivers and bootloaders for embedded x86_64 and aarch64-based systems.