1

move folder

This commit is contained in:
churl
2022-04-16 14:50:17 +02:00
parent 87e482bc7c
commit 4ec2beeda2
25 changed files with 319 additions and 0 deletions

7
c_os/README Executable file
View File

@ -0,0 +1,7 @@
Implementierungen in folgenden Dateien
======================================
main.cc
devices/CGA.h
devices/CGA.cc
devices/PCSPK.cc

312
c_os/compile_commands.json Normal file
View File

@ -0,0 +1,312 @@
[
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/SoundDemo.o",
"./user/SoundDemo.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/user/SoundDemo.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/SoundDemo.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/TextDemo.o",
"./user/TextDemo.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/user/TextDemo.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/TextDemo.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/Globals.o",
"./kernel/Globals.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/kernel/Globals.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/Globals.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/IntDispatcher.o",
"./kernel/interrupts/IntDispatcher.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/kernel/interrupts/IntDispatcher.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/IntDispatcher.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/main.o",
"main.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/main.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/main.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/OutStream.o",
"./lib/OutStream.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/lib/OutStream.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/OutStream.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/StringBuffer.o",
"./lib/StringBuffer.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/lib/StringBuffer.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/StringBuffer.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/CGA_Stream.o",
"./devices/CGA_Stream.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/devices/CGA_Stream.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/CGA_Stream.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/CGA.o",
"./devices/CGA.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/devices/CGA.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/CGA.o"
},
{
"arguments": [
"/usr/bin/g++",
"-c",
"-m32",
"-march=i486",
"-Wall",
"-fno-stack-protector",
"-I.",
"-g",
"-ffreestanding",
"-fno-pie",
"-fno-pic",
"-mpreferred-stack-boundary=2",
"-Wno-write-strings",
"-mno-sse",
"-mno-sse2",
"-mmanual-endbr",
"-Wno-non-virtual-dtor",
"-fno-threadsafe-statics",
"-fno-use-cxa-atexit",
"-fno-rtti",
"-fno-exceptions",
"-o",
"build/PCSPK.o",
"./devices/PCSPK.cc"
],
"directory": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01",
"file": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/devices/PCSPK.cc",
"output": "/home/christoph/Notes/HHU/Betriebssystementwicklung/Guest/c_vorgabe01/build/PCSPK.o"
}
]