Matt Taylor

Results 66 comments of Matt Taylor

Hmm, I don't think any of the pictures are square. Can you show an example of what you mean?

That is pretty broken indeed. What browser are you using?

I don't think so, it also works just fine on 3-4 different computers and multiple browsers I've tried. I don't think it is a cache problem. Are there any messages...

Hm, that is odd. It'll probably be fixed if I host the images locally instead; maybe I should just do that. I don't really trust that image hosting site to...

What difference does this make? Visual Studio 14 seemed to work fine using the last `CMakeLists.txt` (at least for me).

~~Can you elaborate on the paging issues? It's a known issue that all of the accesses to the page tables should be volatile and ideally non-tearing-guaranteed (probably through inline asm),...

> the legacy PIC is not supported with UEFI, so we need to migrate the tutorial to the APIC I haven’t touched OSDev for a while, but my next plan...

@phil-opp I’m happy to collaborate - putting it on the rust-osdev organisation sounds like a good idea. I’ve given you owner access to the `apic` crate. Feel free to nuke...

FWIW I have a basic ANSI escape sequence parser in my kernel which processes the output of println and determines the correct color to write to the framebuffer. Mostly it...

There’s only so many escape sequences you can actually implement with VGA text mode, at least, so I don’t see the ‘pressure over time’ being a particular concern. I guess...