ghost
ghost copied to clipboard
Ghost, a micro-kernel based hobby operating system.
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...