Ed Nutting

Results 58 issues of Ed Nutting

### Is your proposal related to a problem? We have Netlify preview builds enabled and would like to restrict (but enable) our Hasura GraphQL API to receive requests from the...

k/enhancement
team-blaam/handover

`while(true)` causes the MS Compiler to optimize MSIL in such a way that the FlingOS Drivers Compiler creates invalid code due to insertion of error handling IL ops. Need to...

Via Kernel.Tasks.Helpers.StartBuiltInProcess. This direct access is wrong as they are separate processes and needs correcting.

The Kernel Debugger should have a mechanism by which any process/thread can trigger a break(point) through a function call.

enhancement
help wanted

Complete the UHCI implementation and then test/bug fix it. So far, a lot of the implementation is there but it isn't quite working.

bug
enhancement
help wanted

Make use of the I/O Bitmap in the TSS to prevent drivers/programs from accessing ports they haven't been granted access to. Add associated system calls.

enhancement

Add parameters so that the list can be pre-filtered by Group, Class and Subclass.

enhancement
help wanted

Design and begin to implement a TCP/IP network stack, initially focusing on whatever the network card is that VMWare virtualises. This will need to occur after FlingOS has finished restructuring.

enhancement
help wanted

Go through all OS code and creating a list of potential thread-unsafe code. e.g. the entire PATA driver is thread-unsafe as there is no locking on the methods. (It works...

enhancement

Implement the new process related system calls detailed [on this page.](http://www.flingos.co.uk/docs/reference/FlingOS-System-Calls/)

enhancement
restructure