Skip to content
#

osdev

Here are 399 public repositories matching this topic...

skift
JGHFunRun
JGHFunRun commented May 2, 2020

Currently, anyone who wants to do anything with skiftOS has to look through the source code. Probably header files, and the issue with that is those don't have docs.

Currently, there is no documentation on custom APIs. (most important may very well be widgets) Also, if you want to port a program, even if it would other wise work on skiftOS, you would have to figure out how to add it, base

jbreitbart
jbreitbart commented May 27, 2017

The proxy does not show any usefull info when run without any parameter and seems to have not help message. This would really be useful for new users / forgetful people.

$ proxy
fopen: No such file or directory
fopen: No such file or directory
$ proxy --help
fopen: No such file or directory
fopen: No such file or directory
$ proxy -h
fopen: No such file or director
Orycterope
Orycterope commented Aug 28, 2019

display_bsod internally calls the map_framebuffer syscall to map the framebuffer, because we . were lazy and didn't want to duplicate code. However this syscall retrieves the current process to map it in its process memory.

When we're panicking during early boot, CURRENT_PROCESS is None and this panics in the panic handler.

We should instead do a second function that maps it in the k

Improve this page

Add a description, image, and links to the osdev topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the osdev topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.