-
I've been tracking a bug that randomly appears in the eMMC driver, and I think I've found where it is hiding: the alloc_contig() function in the libsys. The bug triggers a "start reading past drive si…
-
I want to clone this repository to my developer machine in order to search the codbase. However, when I try to grab the source, git errors:
```console
$ git clone https://github.com/Stichting-MINI…
-
Obligatory: Not an issue, but the discussion section is off, so posting here!
This is super great so far and gives those working on 8-bit and 16-bit UNIX-like operating systems a solid foundation to…
-
I was recently trying to build latest bmake on minix 3.2.0 and found it necessary to add `-D_NETBSD_SOURCE` to `CPPFLAGS` else many headers did not work correctly.
In some headers I see `#if defined(…
-
I was analyzing Minix code responsible for scheduling. In `minix/kernel/proc.h` there is a definition of `RTS_UNSET` macro which "clears flag and enqueues if the process was not runnable but is now". …
-
**Description**
- What is expected ?
Networking works.
- What is observed ?
Partial freeze: Switching virtual consoles with keyboard works, typing into an existing shell ignores keyboard input.
…
-
Hello everyone! I am working on implementing a tool to assess the complexity of CPU architecture porting. It primarily focuses on RISC-V architecture porting. As part of my dataset, I have collected …
-
any chance there is a way for me to build and run minix 2. specifically 2 on this old ibm thinkpad 770z i found somewhere. because I want to follow along with the book.
any basic pointers would be…
-
On either MINIX 3.2.1 or NetBSD 6, typing anything moves the cursor further than intended. Deleting characters also moves the cursor and line-editing backwards, wrapping up to the top-left corner of t…
-
Hi,
i try to compile any vala program on valac compiler from pkgsrc which could be installed via pkgin. But when I try to use --pkg argument to valac, GLib kick-out me with message:
"GLib: Canno…