ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Ghost, a micro-kernel based hobby operating system.

Results 12 ghost issues
Sort by recently updated
recently updated
newest added

I'm try run it on VMware Fusion,but it didn't working Is it need an filesystem on harddisk?

I'm using a default US keyboard layout. When typing in the terminal, it appears to be using the UK keyboard layout. Shift+2 prints " and ? and _ are swapped,...

Why do you use shell scripts when you can also use Makefiles? I think that Makefiles make things much easier. You can just make the rules so that it compiles...

Hi Max, instead of implement a custom syscall for obtaining info from the kernel, the kernel could expose a ProcFS-like filesystem where the files herein contains the desired information

It could be useful to have automatic builds of the dev branch built by Github actions. I will look into this myself later this week.

Hi Max! When you launch a program from the terminal the cursor moves back to the line after the one where you typed the command. Then the following characters typed...

In Hyper-V, for some reason even though the MADT reports the IO/APIC to be present at `0xFEC00000`, a GPF occurs when writing to the REGSEL MMIO register. This causes a...

I've followed the [instructions](https://ghostkernel.org/documentation/building.html#_toolchain_via_docker) and when I run `./build.sh` the following errors are produced: ``` # ./build.sh Ghost Build ports skipped libapi clean all \u2714 libc clean all \u2714 applications...

Hi, When trying to test [Bochs](https://github.com/bochs-emu/Bochs), I tried to boot your ISO. Shortly after the "Ghost OS" boot screen, Bochs showed a good handful of FPU exceptions. Come to find...

In this PR I‘m porting the whole system from x86 to x86_64, switching from GRUB2 to Limine in the process. This finally also brings UEFI support and vastly improves compatibility...