Polaris icon indicating copy to clipboard operation
Polaris copied to clipboard

A WIP 64-bit UNIX-like kernel

Results 5 Polaris issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Suppose CPU core 0 is running Thread 0 and CPU core 1 is running Thread 1. T0 is doing an openat syscall, relevant line is [line 508](https://github.com/NSG650/Polaris/blob/master/kernel/fs/vfs.c#L508)....

bug

**Describe the bug** After compiling the latest commit, I am getting this kernel panic in the serial monitor: ``` [10352] VFS: Mounted devtmpfs on '/dev' [10896] Hello I am kernel_tasks...

bug

**Describe the bug** bsdtar not found on debian based system **To Reproduce** Steps to reproduce the behavior: 1. Have a Debian based system 2. Git clone the repo 3. run...

bug

**Describe the bug** I was compiling Polaris, got to the `make userspace-full` step and I let it do its thing for a while. Now, I keep getting the error "/base_dir/sources/python/Modules/ossaudiodev.c:41:10:...

bug

**Describe the bug** when trying to make userspace-full you get rpesented by the following error [Compiling doomgeneric_xlib.c] doomgeneric_xlib.c:16:26: error: initialization of 'Window' {aka 'long unsigned int'} from 'void *' makes...

bug