Skip to content

Commit

Permalink
🔨 Delete : Trash file
Browse files Browse the repository at this point in the history
  • Loading branch information
chwangmin committed Jun 10, 2023
1 parent 366b1a9 commit e253a66
Show file tree
Hide file tree
Showing 195 changed files with 71 additions and 1,928 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"files.associations": {
"syscall.h": "c",
"unistd.h": "c",
"intrinsic.h": "c",
"thread.h": "c",
"process.h": "c",
"gdt.h": "c",
"vga.h": "c",
"*.inc": "c",
"loader.h": "c",
"vaddr.h": "c",
"init.h": "c",
"flags.h": "c",
"filesys.h": "c",
"synch.h": "c",
"input.h": "c",
"off_t.h": "c"
}
}
28 changes: 28 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: gcc-7 build active file",
"command": "/usr/bin/gcc-7",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}
17 changes: 17 additions & 0 deletions test.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#include <stdio.h>

int main()
{asdfsafkn;adfna;nf;
long num = 4613937818241073152;
long* ptr = &num;
long** dptr = &ptr;
long*** tptr = &dptr;

printf("\n abcd~~ abcd~~~ 0x%02X \n", *(long **)dptr);
printf("\n abcd~~ abcd~~~ 0x%02X \n", **(long **)dptr);
printf("\n abcd~~ abcd~~~ 0x%02X \n", **(long ***)dptr);
printf("\n abcd~~ abcd~~~ 0x%02X \n", ***(long ***)dptr);

//int aList[10] = {1,2,3,4,5,6,7,8,9,10};
return 0;
}
64 changes: 0 additions & 64 deletions threads/build/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions threads/build/devices/disk.d

This file was deleted.

Binary file removed threads/build/devices/disk.o
Binary file not shown.
6 changes: 0 additions & 6 deletions threads/build/devices/input.d

This file was deleted.

Binary file removed threads/build/devices/input.o
Binary file not shown.
5 changes: 0 additions & 5 deletions threads/build/devices/intq.d

This file was deleted.

Binary file removed threads/build/devices/intq.o
Binary file not shown.
7 changes: 0 additions & 7 deletions threads/build/devices/kbd.d

This file was deleted.

Binary file removed threads/build/devices/kbd.o
Binary file not shown.
8 changes: 0 additions & 8 deletions threads/build/devices/serial.d

This file was deleted.

Binary file removed threads/build/devices/serial.o
Binary file not shown.
8 changes: 0 additions & 8 deletions threads/build/devices/timer.d

This file was deleted.

Binary file removed threads/build/devices/timer.o
Binary file not shown.
6 changes: 0 additions & 6 deletions threads/build/devices/vga.d

This file was deleted.

Binary file removed threads/build/devices/vga.o
Binary file not shown.
Binary file removed threads/build/kernel.bin
Binary file not shown.
Binary file removed threads/build/kernel.o
Binary file not shown.
1 change: 0 additions & 1 deletion threads/build/lib/arithmetic.d

This file was deleted.

Binary file removed threads/build/lib/arithmetic.o
Binary file not shown.
5 changes: 0 additions & 5 deletions threads/build/lib/debug.d

This file was deleted.

Binary file removed threads/build/lib/debug.o
Binary file not shown.
7 changes: 0 additions & 7 deletions threads/build/lib/kernel/bitmap.d

This file was deleted.

Binary file removed threads/build/lib/kernel/bitmap.o
Binary file not shown.
8 changes: 0 additions & 8 deletions threads/build/lib/kernel/console.d

This file was deleted.

Binary file removed threads/build/lib/kernel/console.o
Binary file not shown.
7 changes: 0 additions & 7 deletions threads/build/lib/kernel/debug.d

This file was deleted.

Binary file removed threads/build/lib/kernel/debug.o
Binary file not shown.
5 changes: 0 additions & 5 deletions threads/build/lib/kernel/hash.d

This file was deleted.

Binary file removed threads/build/lib/kernel/hash.o
Binary file not shown.
4 changes: 0 additions & 4 deletions threads/build/lib/kernel/list.d

This file was deleted.

Binary file removed threads/build/lib/kernel/list.o
Binary file not shown.
3 changes: 0 additions & 3 deletions threads/build/lib/random.d

This file was deleted.

Binary file removed threads/build/lib/random.o
Binary file not shown.
6 changes: 0 additions & 6 deletions threads/build/lib/stdio.d

This file was deleted.

Binary file removed threads/build/lib/stdio.o
Binary file not shown.
4 changes: 0 additions & 4 deletions threads/build/lib/stdlib.d

This file was deleted.

Binary file removed threads/build/lib/stdlib.o
Binary file not shown.
2 changes: 0 additions & 2 deletions threads/build/lib/string.d

This file was deleted.

Binary file removed threads/build/lib/string.o
Binary file not shown.
Binary file removed threads/build/loader.bin
Binary file not shown.
Binary file removed threads/build/os.dsk
Binary file not shown.
27 changes: 0 additions & 27 deletions threads/build/results

This file was deleted.

1 change: 0 additions & 1 deletion threads/build/tests/threads/alarm-multiple.errors

This file was deleted.

57 changes: 0 additions & 57 deletions threads/build/tests/threads/alarm-multiple.output

This file was deleted.

1 change: 0 additions & 1 deletion threads/build/tests/threads/alarm-multiple.result

This file was deleted.

9 changes: 0 additions & 9 deletions threads/build/tests/threads/alarm-negative.d

This file was deleted.

1 change: 0 additions & 1 deletion threads/build/tests/threads/alarm-negative.errors

This file was deleted.

Binary file removed threads/build/tests/threads/alarm-negative.o
Binary file not shown.
18 changes: 0 additions & 18 deletions threads/build/tests/threads/alarm-negative.output

This file was deleted.

1 change: 0 additions & 1 deletion threads/build/tests/threads/alarm-negative.result

This file was deleted.

9 changes: 0 additions & 9 deletions threads/build/tests/threads/alarm-priority.d

This file was deleted.

1 change: 0 additions & 1 deletion threads/build/tests/threads/alarm-priority.errors

This file was deleted.

Binary file removed threads/build/tests/threads/alarm-priority.o
Binary file not shown.
Loading

0 comments on commit e253a66

Please sign in to comment.