starting to work on pty drivers, fork(), and scheduler redesign
This commit is contained in:
@@ -84,6 +84,23 @@
|
||||
"file": "/home/slinky/source/RockOS/kernel/drivers/cpio/cpio.c",
|
||||
"output": "/home/slinky/source/RockOS/obj/kernel/drivers/cpio/cpio.c.o"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/home/slinky/opt/cross/bin/i686-elf-gcc",
|
||||
"-c",
|
||||
"-ffreestanding",
|
||||
"-O2",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Ikernel",
|
||||
"-o",
|
||||
"obj/kernel/drivers/pty/pty.c.o",
|
||||
"kernel/drivers/pty/pty.c"
|
||||
],
|
||||
"directory": "/home/slinky/source/RockOS",
|
||||
"file": "/home/slinky/source/RockOS/kernel/drivers/pty/pty.c",
|
||||
"output": "/home/slinky/source/RockOS/obj/kernel/drivers/pty/pty.c.o"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/home/slinky/opt/cross/bin/i686-elf-gcc",
|
||||
@@ -305,6 +322,23 @@
|
||||
"file": "/home/slinky/source/RockOS/kernel/lib/print.c",
|
||||
"output": "/home/slinky/source/RockOS/obj/kernel/lib/print.c.o"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/home/slinky/opt/cross/bin/i686-elf-gcc",
|
||||
"-c",
|
||||
"-ffreestanding",
|
||||
"-O2",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Ikernel",
|
||||
"-o",
|
||||
"obj/kernel/lib/ringbuf.c.o",
|
||||
"kernel/lib/ringbuf.c"
|
||||
],
|
||||
"directory": "/home/slinky/source/RockOS",
|
||||
"file": "/home/slinky/source/RockOS/kernel/lib/ringbuf.c",
|
||||
"output": "/home/slinky/source/RockOS/obj/kernel/lib/ringbuf.c.o"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/home/slinky/opt/cross/bin/i686-elf-gcc",
|
||||
|
||||
Reference in New Issue
Block a user