freewilll
Results
2
issues of
freewilll
Opening files with the same variable name in with statements in if statements fails type checks if the type of the result of the with statement is different. In this...
bug
First of all, the [NVME code](https://github.com/ReturnInfinity/BareMetal/blob/master/src/drivers/storage/nvme.asm) has been a great help for me to develop my own driver for my toy OS. It's well documented and well written. I did...