A toy operating system written in C.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Freywar Ulvnaudgari b32c12b311 Add an example user space process 1 month ago
..
app Add an example user space process 1 month ago
ata.c Initial commit 2 months ago
ata.h Initial commit 2 months ago
bootloader.asm Add an example user space process 1 month ago
fat16.c Use streams for inter-"process" communications 2 months ago
fat16.h Add process state 2 months ago
fs.c Add process state 2 months ago
fs.h Add an example user space process 1 month ago
gdt.c Add an example user space process 1 month ago
gdt.h Add an example user space process 1 month ago
idt.c Initial commit 2 months ago
idt.h Initial commit 2 months ago
kernel.c Add an example user space process 1 month ago
kernel_entry.asm Initial commit 2 months ago
keyboard.c Use streams for inter-"process" communications 2 months ago
keyboard.h Use streams for inter-"process" communications 2 months ago
linker.ld Add an example user space process 1 month ago
mbr.asm Initial commit 2 months ago
memory.c Add an example user space process 1 month ago
memory.h Add an example user space process 1 month ago
panic.c Use streams for inter-"process" communications 2 months ago
panic.h Initial commit 2 months ago
path.c Add an example user space process 1 month ago
path.h Add process state 2 months ago
pic.c Initial commit 2 months ago
pic.h Initial commit 2 months ago
process.c Add an example user space process 1 month ago
process.h Add an example user space process 1 month ago
stream.h Use streams for inter-"process" communications 2 months ago
string.c Add an example user space process 1 month ago
string.h Add an example user space process 1 month ago
syscall.asm Add an example user space process 1 month ago
syscall.c Add an example user space process 1 month ago
syscall.h Add an example user space process 1 month ago
tss.c Add an example user space process 1 month ago
tss.h Add an example user space process 1 month ago
util.h Initial commit 2 months ago
vga.c Add an example user space process 1 month ago
vga.h Use streams for inter-"process" communications 2 months ago