https://github.com/posnk/posnk/commit/0 ... e14f8fca14
To do this I built my VFS + File stream + FS driver + block device + drivermgr code as userland binary for linux and wrapped the file syscalls in a FUSE driver

That is just awesome. Really like the look of your GUI.max wrote:Finally got my canvas implementation to run.
It's now possible for an application to create a canvas component, which creates a shared memory region between the program and the window server. Canvas buffers are automatically resized when the component changes it's size.
I had a terrible bug where the client would free the same buffer that it was currently using, that was because the window server may send multiple "wait-for-acknowledge" events for the same buffer - what the client did not consider.
With this easy sample code it's possible to create a user interface application as seen below:
http://pastebin.com/PVAcjWdJ
Agree, looks great.octacone wrote:That is just awesome. Really like the look of your GUI.max wrote:Finally got my canvas implementation to run.
It's now possible for an application to create a canvas component, which creates a shared memory region between the program and the window server. Canvas buffers are automatically resized when the component changes it's size.
I had a terrible bug where the client would free the same buffer that it was currently using, that was because the window server may send multiple "wait-for-acknowledge" events for the same buffer - what the client did not consider.
With this easy sample code it's possible to create a user interface application as seen below:
http://pastebin.com/PVAcjWdJ
+1 Haha.MessiahAndrw wrote:We should parody this thread with "What's your OSDev AW HELL NAW! moment?"
That could be the When your OS goes crazy thread.Lukand wrote:+1 Haha.MessiahAndrw wrote:We should parody this thread with "What's your OSDev AW HELL NAW! moment?"
I think they're usually running the OS in a virtual machine/emulator, or take a picture of the monitor with their phone/camera.Sik wrote:That only works when you can take a screenshot of it, which usually means it's not that broken.
I had a nice one for that. I started up my brand new task switching, with a lot of new things and two bugs. It looked fine. I suspected it was too slow though, because it took a couple million instructions in Bochs to get to the idle thread, and I had no idea it would do that - a couple thousand was what I expected.zenzizenzicube wrote:That could be the When your OS goes crazy thread.Lukand wrote:+1 Haha.MessiahAndrw wrote:We should parody this thread with "What's your OSDev AW HELL NAW! moment?"