Ed Nutting
Ed Nutting
FlingOS finished restructuring a while ago so this is definitely possible now (especially as the system is now fairly stable and the structure and testing of pipes, system calls, message...
Soft management of I/O Ports now implemented (see c5aa505) so this can proceed.
Start Process call done.
//TODO: End Process syscall //TODO: Get Process Attributes syscall //TODO: Set Process Attributes syscall //TODO: Wait On Process syscall //TODO: Get current thread Id syscall //TODO: End Thread syscall //TODO:...
Merge with #61 //TODO: Set Time syscall
//TODO: Decide if InitFS call needs any arguments and then implement them
Some of this legacy code is still lying around. It would be good to identify it and remove it if it's no longer of value. It could take a while...
Hi, Sorry this isn't intended to be a platform for OS development, so a VS template wouldn't make much sense. I suggest you have a look at the CosmOS project...
Hi, Initially, as with any OS, you just need to copy the ISO to a bootable USB stick. You can then boot the OS onto a real computer if you...
UHCI Interrupts are now working thanks to bug fix discovered by a user. (IRQ2 needed to be enabled for slave PIC interrupts to occur reliably).