This is a log entry about BB-88. See the project page to know more about it.
Running Minix on BB-88 was certainly not part of my goals when I started this project, but
at some point, seeing how I could get MS-DOS running, I thought I should at least give …
This is a log entry about BB-88. See the project page to know more about it.
Now that the VGA RAMDAC has been removed from the VGA signal generation circuit, I need to find
a way to output the correct levels for the red, green and blue outputs. The idea …
The HP 715/80 workstation has an unusual port for input devices that
requires the use of an adapter box: the HP HIL A4022-62005. This module
sells at an insane price, even without its cable, so the only reasonable
thing to do was to make one myself.
This is a log entry about BB-88. See the project page to know more about it.
When I was building BB-88, it was sitting on my electronics bench, right below the roof window.
And as you may suspect, it rained on it a few times, especially during summer when I …
If you've read my previous post
about control hazards, you may have noticed that I talked about branches and
jumps, but did not write a single word about function call or return instructions.
This omission may be a bit surprising if you are not familiar with RISC-V or
architectures with …
I've talked about the data hazards in a previous installment, now let's talk
about control hazards.
A control hazard is when we need to find the destination of a jump or a branch
and can't fetch any new instruction until this destination is known.
I'm currently working on the data multiplexer, the part that comes between
the CPU and the memory and is responsible for putting the right byte at the
right place, but I can't stop thinking about what comes next.
And let me tell you, there's still quite a lot of development …
These last few weeks, I've been working on implementing the CPU in
Digital.
My initial intention was to stay as close as possible to what will be the
actual implementation, but in practice, it may not have been a good idea,
because it didn't always play well with the simulation …
I would like to go more into detail about each stage of the pipeline, what
they do and how they work. I know I said in the previous installment that I
would not go into the details of hazards, but it looks like I will need it
to document my …
This article is mostly a high-level overview of the Astorisc architecture,
do not expect implementation tricks and gory details in here.
As I said in the presentation, I'd like to make Astorisc a pipelined processor.
But what does this actually mean? I could send you to the
article on Wikipedia …
Now that BB-88 is more or less complete, let me tell you about another project
that has been on my mind for a few years now: a homebrew computer featuring a RISC-V processor made of
74 series logic.
There are already a few projects to make a RISC-V processor from …
This is a log entry about BB-88. See the project page to know more about it.
Soon after my last post about Bidule88 in 2014, I realized that four breadboards would
definitely not be enough to complete the project. I quickly tore it down to restart from
scratch, this time …
I recently bought a Criko THD-16 drill press from 1992.
It is in good general shape, except for the quill pulley bearings that get
fairly noisy when I tension the belt. I thus decided to take everyhting apart,
clean it thoroughly, remove the rust, and replace all the bearings.
You …
The first one is a hard cover copy of The 8088 Project
Book
by Robert Grossblat. It seems that it is a reference on the subject, I'm eager
to start reading it. Stay tuned for more Bidule88 posts in the future!
Several months ago, while casually browsing the web from link to link, I ended up on the
Veronica project page. I've played with
computers for some years now, but never thought I'd ever be able to actually
make one. That is, until I read Quinn's posts. Granted, she uses a …
(Ceci est une republication d'un billet posté précédemment sur mon défunt blog)
Voilà la recette complète du plat que j'ai servi aux amis français (et au
belge) pour le souper de la veille du FOSDEM. Oui, parce
que chez nous, le repas du soir s'appelle le souper.
(Ceci est une republication d'un billet posté précédemment sur mon défunt blog)
Rien que le titre, ça donne envie, vous ne trouvez pas ?
Pour la petite histoire, c'est une recette que j'ai goûtée au café/resto
le Onlywood, à Louvain-la-Neuve. J'ai tellement aimé que je me suis senti obligé
d'en …