Commit Graph

359 Commits

Author SHA1 Message Date
Ali Mashtizadeh
82ca7dbcb3 Add nic number as arg to ethdump. 2023-11-24 17:00:23 -05:00
Ali Mashtizadeh
4b926b6ca9 Cleanup E1000 driver and read MAC from MMIO for Qemu. 2023-11-24 17:00:05 -05:00
Ali Mashtizadeh
f7c3993e2d Set default log levels to 0. 2023-11-21 22:59:07 -05:00
Ali Mashtizadeh
78963dd2a4 Merge /home/ali/working/CastorOS-FS 2023-11-21 22:57:04 -05:00
Ali Mashtizadeh
f555666ac4 Fix warnings in stat 2023-11-21 22:56:59 -05:00
Ali Mashtizadeh
0cba356b78 Merge /home/ali/working/CastorOS-FS 2023-11-21 22:53:50 -05:00
Ali Mashtizadeh
5fc993d847 Fix the logic for block allocations and check for errors in fiotest. 2023-11-21 22:52:10 -05:00
Ali Mashtizadeh
3e24705537 Remove warning from spawn tests. 2023-11-21 21:45:06 -05:00
Ali Mashtizadeh
d4fb02e2b4 Implemented write support in the file system and added fiotest, and stat 2023-11-21 21:37:17 -05:00
Ali Mashtizadeh
bd157a12f5 Use PHDR to override where the program headers physaddr is and to remove interp. 2023-11-20 23:11:30 -05:00
a32ba94b9f linker script LMA fix 2023-11-18 00:11:02 +08:00
Ali Mashtizadeh
0ecfc3f99c Linker and boot cleanup 2023-11-09 11:54:56 -05:00
Ali Mashtizadeh
944a67a596 Add Time_GetTSC code for ARM64 2023-11-07 18:48:48 -05:00
Ali Mashtizadeh
081043f8f1 Disable floating point instructions in kernel build. 2023-11-07 12:45:19 -05:00
Ali Mashtizadeh
9ae771481b Add more trap, register and instruction definitions. 2023-11-07 12:44:54 -05:00
Ali Mashtizadeh
ae669bfa83 Buildable skeleton for ARM64 architecture specific code. 2023-10-23 22:28:10 -04:00
Ali Mashtizadeh
3cf6f55b95 Disable x86 specific bits on other architectures. 2023-10-23 22:25:45 -04:00
Ali Mashtizadeh
7756f5e80c Refactor thread code for portability. 2023-10-23 22:24:43 -04:00
Ali Mashtizadeh
cf1adfc2a4 Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/metal-cos 2023-10-23 22:00:07 -04:00
Ali Mashtizadeh
a13548602c Disable -no-pie link flag. 2023-10-23 21:53:47 -04:00
Ali Mashtizadeh
51b61e3316 Use PROT/MAP flags rather than PTEs to improve portability. 2023-10-23 21:53:07 -04:00
Ali Mashtizadeh
d1a7bc9020 Rename cpu definitions to cpu.h and cpuop.h 2023-10-23 16:27:55 -04:00
Ali Mashtizadeh
14cc577adf Cleanup to prepare for ARM64 + Metal 2023-10-20 16:57:02 -04:00
Ali Mashtizadeh
bd44784c5f Cleanup comments and change CV_WakeAll -> CV_Broacast 2023-10-16 15:07:17 -04:00
Ali Mashtizadeh
7f6b72c963 fix the fgets hack 2023-10-05 12:48:49 -04:00
Ali Mashtizadeh
e3711df1cb shell fix 2023-10-04 16:48:27 -04:00
Emil Tsalapatis
462a92cf1a adjust wait tests to test for pid and return value 2023-10-03 00:39:24 -04:00
Ali Mashtizadeh
32cd3ba42b Add WIFEXITED 2023-10-02 19:53:08 -04:00
Ali Mashtizadeh
032bf32d88 Remove accidently committed debugging 2023-10-02 19:46:25 -04:00
Ali Mashtizadeh
8eedef4e9a Move network commands into sbin 2023-10-02 19:46:06 -04:00
Ali Mashtizadeh
9864ede62c Allow shell exit to take an argument 2023-10-02 19:42:20 -04:00
Ali Mashtizadeh
fb3348128e Add sys/wait.h 2023-10-02 19:34:24 -04:00
Ali Mashtizadeh
92c5b44114 Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros 2023-10-02 19:33:50 -04:00
Ali Mashtizadeh
63f2ae716e Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
Emil Tsalapatis
79016dc2b3 break up spawntest into seperate tests 2023-10-02 18:16:18 -04:00
Ali Mashtizadeh
21a30db5d3 Prevent ls from running on files 2023-10-01 20:47:09 -04:00
Ali Mashtizadeh
64818e1337 Reduce default log level 2023-10-01 20:30:12 -04:00
Ali Mashtizadeh
e2be315cfc Reentrant strtok for kernel debugger 2023-10-01 19:47:26 -04:00
Ali Mashtizadeh
78768d172a Implementing strtok and adding strtok to the shell 2023-10-01 19:36:02 -04:00
Ali Mashtizadeh
2695dcf2b0 Reorganize the kernel binary to support loading a non-stripped kernel. 2023-09-22 21:37:37 -04:00
Ali Mashtizadeh
3b0d7ca64c Fix the DEBUG and PERF build targets. 2023-09-22 21:36:50 -04:00
Ali Mashtizadeh
6441ca6707 Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros 2023-09-22 21:07:33 -04:00
Ali Mashtizadeh
56bef77cce Fix backspace emulation in the serial console and in fgets() 2023-09-22 21:07:27 -04:00
Emil Tsalapatis
462d4af3eb clarify that bin/cat only takes one argument 2023-09-20 11:48:09 -04:00
Ali Mashtizadeh
fe1f411bdc Create a toolenv for newfs 2023-09-10 21:03:01 -04:00
Ali Mashtizadeh
344c104ceb Use triple to fix the abi issues 2023-09-10 20:56:49 -04:00
Ali Mashtizadeh
fc665b5f5b Forgot to initialize ObjId structure in newfs 2023-09-10 20:56:37 -04:00
Ali Mashtizadeh
b39acb2afd Cleanup docs in assembly routines. 2023-09-10 16:36:43 -04:00
Ali Mashtizadeh
3a21b98358 Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros 2023-09-10 16:32:09 -04:00
Ali Mashtizadeh
ce4bc130af Cleanup machine.c 2023-09-10 16:32:03 -04:00