AtomOS
AtomOS copied to clipboard
A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
I believe you would prefer changing/removing the website from the repository :)
Compile
Please i need information If compile in ubuntu = Version ? 12,14,16,18 Desktop or Server ? sudo apt install xxxxx ? the Setup.sh --setup no work If compile in Windows...
Hello i try compile the solution in windows, not work. Use vs 2017 cgywin and mono. when the use build.cmd not work Try compile in ubuntu 16.04 lts steps git...
Tried to build AtomOS, got a failure: cfns.gperf:101:1 error: 'const char* libc_name_p(const char*, unsigned int)' redeclared inline with 'gnu_inline' attribute
This issue will track all things that we need to list/document out in GitHub wiki page regarding Atom. - [x] Coding Guidelines - [x] Setup Build Environment? - [x] Building...
Following should be mapped in uncached or at least write back marked pages to decrease latency - [ ] VBE _Note: need to complete this list_
When I tried the first building step using ```sudo ./Setup.sh --setup``` on MacOS on Sierra. (Btw, I had to install the packages using homebrew instead of apt-get and build-install isn't...
Followed by the issue #36 - [x] VFS Model - [ ] Wiki Doc - [x] Generic FileSystem and Device Mounting - [ ] Testing
A window application that could trace kernel actions would be helpful to debug kernel time to time.
Buffer can be more 4 MB or very much less than 4 MB so we have to take care of size before updating the main buffer. ``` //File: Atomix.Kernel_H.drivers.video.VBE.cs public...