Skip to content

xjunko/osdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rinux - a monolithic kernel written in c

It's nothing much atm, just your average unfinished kernel.

preview

image

it aint much but its honest work

kernel

internal

  • boots
  • framebuffer
  • gdt
  • idt

unix

  • syscalls
  • libc (newlib)

driver

  • io
  • serial
  • ps/2 mouse+keyboard
  • ahci
  • network
  • speaker
  • some kind of gpu accel?

filesystem

  • vfs
  • devfs
  • fat
  • ext2
  • ext4

userland

ports

  • bash
  • coreutils
  • doomgeneric

build & run

  • cross-compiler: i686-elf-gcc
  • Build with make
  • Run with make run (uses QEMU, see Makefile)

inspo

license

See LICENSE

About

a barely working 32bit operating system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages