2
2
Fork
You've already forked kernel
0
The kernel for the SlitherOS operating system
  • C 70.1%
  • Assembly 11.6%
  • Makefile 9.8%
  • Shell 8.5%
2026年01月12日 17:26:57 -05:00
SlitherOS/boot first update in 7 years 2026年01月12日 17:23:36 -05:00
boot.s first update in 7 years 2026年01月12日 17:23:36 -05:00
build.sh first update in 7 years 2026年01月12日 17:23:36 -05:00
idt.c first update in 7 years 2026年01月12日 17:23:36 -05:00
idt.h first update in 7 years 2026年01月12日 17:23:36 -05:00
idt_load.o first update in 7 years 2026年01月12日 17:23:36 -05:00
idt_load.s first update in 7 years 2026年01月12日 17:23:36 -05:00
io.h first update in 7 years 2026年01月12日 17:23:36 -05:00
irq.c first update in 7 years 2026年01月12日 17:23:36 -05:00
irq.h first update in 7 years 2026年01月12日 17:23:36 -05:00
kernel.c first update in 7 years 2026年01月12日 17:23:36 -05:00
keyboard.c first update in 7 years 2026年01月12日 17:23:36 -05:00
keyboard.h first update in 7 years 2026年01月12日 17:23:36 -05:00
LICENSE a 2026年01月12日 17:26:57 -05:00
linker.ld grub is driving me into insanity 2024年07月16日 23:20:00 -04:00
Makefile first update in 7 years 2026年01月12日 17:23:36 -05:00
pic.c first update in 7 years 2026年01月12日 17:23:36 -05:00
pic.h first update in 7 years 2026年01月12日 17:23:36 -05:00
README.md Update README.md 2024年07月28日 01:57:09 +00:00
SlitherOS.iso first update in 7 years 2026年01月12日 17:23:36 -05:00
stdint.h first update in 7 years 2026年01月12日 17:23:36 -05:00
vga.c fixed vga drivers! 2024年07月18日 17:05:39 -04:00
vga.h chat is this vga drivers? 2024年07月18日 00:11:53 -04:00

kernel

The SlitherOS kernel is a Linux/Unix style operating system written in Assembly and C.
Our goal is to make a very low-spec operating system that can be used for almost anything.

Supported Architectures

x86 (32 Bit)

TODO

  • Grub
  • VGA Drivers
  • Fully Functional Kernel
  • Use Slush (SlitherOS Lightweight User SHell)
  • Desktop Enviroment
  • ARM Support

NOTE:

When building the image you should use Linux as this was designed to be built with Linux, WSL can be buggy and only sometimes works.
This list is constantly changing