Blog

  • Busy Days…

    Some core desktop stuff currently in development:

    • File browser
    • Drop-down menus
    • Keyboard input

    More generally I’m building a minimalist GUI toolkit now instead of just simple connect-and-draw-blocks examples.

    The new toolkit is designed to stay out of the way so it can be used just for menus or something else while keeping the main app rendering & management separate or more customised. This allows for some level of consistency between applications without interfering too much with any apps that draw their own controls.

  • I’m Not Anti-AI But My OS Will Be Mostly AI-Free

    This technology is really cool and interesting in my opinion but it’s driving people online insane, they all either seem to think it’s a god or think it’s useless. People either massively over invest in it or ignore it’s relevance entirely, but AI has always been an interesting set of algorithms to me so nothing has really changed in my plans aside from some experiments.

    I hope to eventually have some AI products as it’s genuinely a field which interests me but I don’t intend to force users to install them like certain companies do. I think there are huge security risks associated with overuse of this technology which are being ignored by major companies right now.

    I will continue to try and deliver a platform that is somewhat secure and customisable, even if this means having much fewer features than “the slop”.

  • Progressing Faster Now

    Features like file browser and menus are in progress now. The plan is to develop the most basic version of a few core programs – file manager, text editor, system administration tools – and then improve incrementally from there. Screenshots will follow soon!

  • First Screenshot Showing Distributed Computing Features

    This is two instances of the same DeskTool program running in two different environments (one on Linux and the other on the new kernel) managed within a single desktop. This will probably not be very impressive to Linux/Unix users (X11 could do this already) but does demonstrate that features are starting to become stable and flexible enough for demonstrations.

    Fonts & layout will be improved later, more features are coming sooner!

  • The Story Of Atlantis

    What You’re Told

    You’re told that there was a mysterious island in the Atlantic belonging to an advanced civilisation which vanished without a trace, and that the story is “a myth”.

    The Real Story

    The island never disappeared, it was still visible as clear as day in Plato’s time until today.

    The cataclysm began with something like a hurricane, and at the end of the story the imperialists die fighting themselves – being unable to control the territories of others.

    It happens about every 10,000 years. The last time it happened was around the end of the wooly mammoth era.

    The word “myth” refers to it being a Greek history, although even some Greek historians in ancient times believed it was only a tale told to scare young empires. I guess we will find out.

  • I Want To Be Returned To Egypt

    I don’t support Australia’s Jewish war against Iran. Jews/Christians started this conflict and that group needs to be blamed for the outcome. I support African & European traditional religion, I only believe in the real Zeus.

    I’m only kept in Australia because the “whites” can’t accept that they didn’t win the Suez conflict, so they need a fucking trophy to make them happy.

    I was born Egyptian and I will die Egyptian, I want nothing to do with this cursed place or with white aka jewish people’s perpetual race issues. My parents raised me to be opposed to apartheid type policies but at a certain point I think people who want to be segregated just need to be isolated and left to die so that the rest of us can get on with our lives.

  • New Test Setup Now Working

    This involves running the desktop program on the laptop under Linux and the desktool program/s running along with the new kernel in a QEMU VM.

    This configuration demonstrates just one advantage of having a networked architecture in the desktop system, as the desktop is faster when the whole thing doesn’t need to run in an emulated configuration.

  • If All Else Fails, Blame The Emulator

    The kernel is still fairly stable in QEMU but seems to be pretty broken when running under RVVM (which is more convenient for testing graphics features). The problem is probably in my code – not in the emulator – but since switching back to QEMU seems to resolve the issue and since I’m sick of debugging it I think that will be the solution for the short term.

    The bug itself is probably in my code interfacing to SBI, which isn’t necessary in the QEMU build because I use some old xv6 bootstrap code instead on those builds. This code should be simple but there must be some quirks I’m unaware of with SBI’s timer setup, which may arise on real hardware but for now are only holding up testing when using RVVM.

    The good news is I can probably get the desktop system working with QEMU now that I’ve got the foundations working, since the display part of the system can just be run on the host machine anyway – at least if I can get networking to function well enough in that configuration.

    So I should be back to work again now (not just debugging my existing code…) and my scheduler itself should be stable as long as I can resolve any timer/interrupt problems later on.

    RVVM seems to be a really good emulator though aside from my present issues so it’d be nice to get the system running properly on there eventually but isn’t really necessary to continue development (fixing structural things and testing on real hardware are both more important!).