Skip to content

Kernel developed for the ARM based Cortex-A8 processor, which allows concurrent execution of processes via the scheduler and IPC.

License

Notifications You must be signed in to change notification settings

Running-VincentW/concurrent-cw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-cw2

Kernel developed for the ARM based Cortex-A8 processor, which allows concurrent execution of processes via the scheduler and IPC. The project also includes an implementation for solving the dining philosopher's problem, which demonstrates the concurrrent execution of processes via the kernel scheduler and IPC support.

Execution instructions

Launch 4 terminals and execute the following commands

make build           # build command
make launch-gdb      # debug terminal
make launch-qemu     # emulation terminal
nc 127.0.0.1 1235    # console terminal

About

Kernel developed for the ARM based Cortex-A8 processor, which allows concurrent execution of processes via the scheduler and IPC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published