Alexandru-Mihai Maftei
Alexandru-Mihai Maftei
Are there any plans to do an ARM build? (at least for the Debian package) It would be awesome to be able to use this on a Raspberry Pi and...
The kernel needs a table of handles in the system, with a reference count, process ID, and index within that process's handles. Each process needs a table to map local...
It is vital that Beelzebub begins to use 2-MiB pages where possible. These have their own TLBs in L1 and share entries with 4-KiB pages in L2. Therefore, using 2-MiB...
The memory between 1-MiB and 16-MiB is now free and will be used for ISA DMA. I should map it and prepare it for use.
There should be an ACL for syscalls, so only specific processes can use specific syscalls. For instance, InitRD-related syscalls should only be available to the init process and filesystem server....
A set of syscalls is required to allow the initialization application to inspect the InitRD, and to deal with kernel modules. - [ ] `InitRdList` - Lists all entries in...
- [ ] `MemoryCheck`\- Check whether a chunk of memory meets the given criteria. - [ ] `MemoryChange`\- Change permissions of a given chunk of generic non-free memory. More may...
I really should write the specifications of the various components involved in the code. I suppose the preferred location would be the wiki on GitHub.