Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 971 Bytes

File metadata and controls

27 lines (21 loc) · 971 Bytes

CSE4100_System_Programming

What I learned


compiler.jpg

  1. Compiler
    :You can build, break and run your own .c file
    it will change to assembly file to object file and finally runnable file


myshell.jpg
2. MyShell
: You can run your own shell script or order by this Shell


stockserver.jpg 3. Concurrent StockServer
: Actually this is a part of Operating System. You can run your own Concurrent Stock Server. It's protected from other thread or process.


Name Link
Compiler https://github.com/tonyhan18/CSE4100_Assembler_Linker_Loader
MyShell https://github.com/tonyhan18/CSE4100_C_SHELL
StockServe https://github.com/tonyhan18/CSE4100_Stock_Server