• boot
    • bootsect.S
  • drivers
    • gfx.c
    • ide.c
    • kbd.c
    • ramdisk.c
  • include
    • simplix
      • keymaps
        • us-std.h
      • assert.h
      • consts.h
      • context.h
      • globals.h
      • io.h
      • list.h
      • macros.h
      • proto.h
      • segment.h
      • task.h
      • tss.h
      • types.h
    • stdlib.h
    • string.h
    • syscalls.h
    • vararg.h
  • kernel
    • blkdev.c
    • exception.c
    • gdt.c
    • idt.c
    • irq.c
    • isr.S
    • kmem.c
    • ksync.c
    • main.c
    • physmem.c
    • sched.c
    • sys.c
    • syscall.S
    • task.c
    • task_switch.S
    • timer.c
  • lib
    • stdlib.c
    • string.c
  • .bochsrc
  • Makefile
  • simplix.lds