Trinix
Trinix copied to clipboard
First operating system written in D lang v2
I as a developer want to simply build and run the OS. Simplify building as: `make all` should generate bootable .iso. ISO should be named by version e.g. Trinix 1.0.142-rc1
Kernel is not working properly. Fix and test lower part of the kernel. This should work before moving to higher kernel implementation. GDT - refactored TSS - refactored IDT -...
Syscall handler is not working due to missing registers in onSyscall callback.
Implement: Mutex Semaphore Event (condition variable) RWLock - userspace Spinlock - userspace