fudge
fudge copied to clipboard
A concurrent-focused message-based operating system.
With dual mode I mean programs that can operate both in a CLI and in a GUI context. Right now I have a shell and a wshell program that works...
Allows a program to grab the rendering video from the WM. This is to stop the WM from drawing while the program is running. Typical program that needs this is...
Need to add at least buttons. I would like to have it compatible with my ALFI project some day.
This is because the interrupts are not stopped (no cli instruction) in the time between GRUB ends and the PIC module is loaded. If a kbd interrupts happen here in...
Even today the floppies are still being used, for example - as virtual floppies inside the coreboot open source BIOS. Just imagine: your wonderful OS could be a part of...
There are at least two known issues here. 1, VBE doesnt work at all on some systems. 2, If you run wres and try to change to a higher resolution...
Implement the 9P protocol to allow filesystems in userspace. There is a prototype in src/test/t_disk.c that does the actual reading to/from a disk but this does not understand 9P yet.
Make changes according to the documentation found here: http://en.wikibooks.org/wiki/Serial_Programming/8250_UART_Programming