26
submitted 2 years ago* (last edited 2 years ago) by to c/osdev@programming.dev
 
 

I want to take aт existing, a standard or one of the popular ones, WiFi driver for Linux and tweak it. I'll inroduce a whitelist into it. That is, to the consumer a driver will show the networks from a whitelist only ignoring all other ones.

It's a PoC. I want to implement it as simply as possible.

Can this be implemented? And how, in a high level?

27
28
 
 

Intel seems to have gotten "inspired" by ARM and is going to double the GP registers to 32 and implement a push2 and pop2 instructions that move two register values in one operation.

Seems interesting enough.

29
30
31
32
 
 

Recently riscv64 support has been merged in the 5.0 release, perfectly in time for me having time to get back into a project again. I'll be posting a barebones example soon since there is only one for x86.