Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jgl92/meli

Repository files navigation

mel

32-bit hobby kernel.

Screenshot

It aims to implement the basic features of a kernel: paging, usermode, basic syscalls, scheduling.

For the moment there is little interaction that is possible. I will try to implement a shell when the rest is a bit more developed.

The memory is subdivided in this way for programs loaded in user mode:

Memory region Address
Kernel code 0x00100000
Kernel data 0x00200000
Kernel stack 0x00800000
User data 0x10000000
User code 0x20000000
User stack 0x28000000

About

i386 hobby kernel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.7%
  • Assembly 13.1%
  • Makefile 4.2%

AltStyle によって変換されたページ (->オリジナル) /