3
1
Commit Graph

43 Commits

Author SHA1 Message Date
c6ae17976f
Added more defs in macro code such as literal table and stuff. 2024-11-06 23:27:55 +05:30
d1dc6d1414
Added alternate macro code in python version folder. 2024-11-06 23:24:49 +05:30
40d8160b5d
added warning for README.md 2024-11-06 21:31:40 +05:30
85c6485b97
added warning. 2024-11-06 15:41:31 +05:30
548bb4c4fc
Added links for B4. 2024-11-06 15:39:47 +05:30
10de30656a
Added code b4 (Mutex and Semaphore) 2024-11-06 15:38:23 +05:30
0da43a0b68
Fixed link for A3. 2024-11-06 15:31:31 +05:30
6bfcebae0f
Updated README. Also thanks to Bhakti for provding python version of all the codes. 2024-11-06 15:28:37 +05:30
4966a50eee
Added LRU and optimal code (a7). 2024-11-06 15:25:13 +05:30
71d10df55e
Added first fit, next fit, best fit, and worst fir codes (a6). 2024-11-06 15:24:34 +05:30
003d76229a
Added fcfs, priority, round robin, sjf codes (a5). 2024-11-06 15:23:43 +05:30
c818e00447
Added python version of pass 1 and pass 2 assembler (a1). 2024-11-06 15:15:39 +05:30
f489de94f7
Merge remote-tracking branch 'origin/main' 2024-11-06 15:06:56 +05:30
7ba888b63e
Fixed output for switch case and indentation. 2024-11-06 15:06:11 +05:30
0fa5d15da6 corrected sjf 2024-11-06 08:29:55 +05:30
3c356f5819
Modified note in A3.c 2024-11-06 03:02:07 +05:30
9ade32cc80
Added warning in header file. 2024-11-06 02:57:52 +05:30
a0adddeb8c
Added header file for reference. 2024-11-06 02:55:39 +05:30
c9864cb436
Simplified, added description and modified the code for better understanding. 2024-11-06 02:49:59 +05:30
7aa630ae71
Fixed header file command javac -h ... 2024-11-06 02:48:13 +05:30
7b5ffd9e69
Added explanation for A3 (dll) code. 2024-11-06 02:38:58 +05:30
ae01092dd6
Added information about env variable, added backticks for JAVA_HOME in windows instructions. 2024-11-06 01:39:04 +05:30
9296a4bd14
Made some minor changes to B7 (page replacement in C++) code.
- Changed variable names
- Indentation and stuff
- Added description
2024-11-05 16:43:46 +05:30
3e21e023a1
Fixed worst fit and added missing labels for best and worst fit. 2024-11-05 00:28:33 +05:30
f598faff49
Simplified and improved code B6.
- Changed variable names and made prSize and blkSize global variables
- Added note in main function
2024-11-05 00:21:16 +05:30
c8304d11c5 added manual for running a-3 (DLL) for windows 2024-11-04 19:23:20 +05:30
9193acd3bd added note for b6 2024-11-04 15:49:14 +05:30
3abe4f123d
Merge remote-tracking branch 'origin/main' 2024-11-03 23:06:36 +05:30
10cb905159
Fixed names for B6 and B7, they were accidentally named A6 and A7 respectively. 2024-11-03 23:00:49 +05:30
bdfc8ea1b2
Heavily modified and simplified Code-A2 (two pass macro processor in
python)
- Removed class, there's individual functions now
- No more "self", that's too much work for practical exam
- Removed expand_macro function, it was unnecessary
- Overall refinement for better understanding
- Added comments
2024-11-03 22:57:36 +05:30
48b8af36f9
Added description for pass 1 assembler (code a1). 2024-11-03 22:56:33 +05:30
ccfa65c057 fixed round robin code 2024-11-02 20:19:01 +05:30
9751405004
Added A3 code and updated link in README. 2024-10-14 23:12:47 +05:30
2a9d7fdc02
Merged Code-A1 from testing branch to main branch and added link in
README file. (Thanks to Afan for the code 🙇)
(He made me add those credits)
2024-10-14 23:12:14 +05:30
adabdf812e
Moved codes around in the Codes folder and changed names for better understanding. Added links in README file. 2024-10-14 11:10:55 +05:30
f048715b7a added 2 pass macro code 2024-10-13 12:33:05 +05:30
77fef62173 added b7 code 2024-10-12 22:06:35 +05:30
28df18ed80 b6 code added 2024-10-12 17:44:02 +05:30
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar. 2024-07-30 12:43:45 +05:30
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution. 2024-07-30 11:59:54 +05:30
3e3c0978b9 added fcfs code 2024-07-28 12:32:06 +05:30
824a7ef5fd completion time added 2024-07-27 11:46:42 +05:30
81c27ea1b1 added sjf code 2024-07-27 11:18:03 +05:30