https://github.com/juminiy/c-os
c wheeling making
https://github.com/juminiy/c-os
awesome-os c golang os python
Last synced: 4 months ago
JSON representation
c wheeling making
- Host: GitHub
- URL: https://github.com/juminiy/c-os
- Owner: Juminiy
- Created: 2022-05-11T08:33:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T15:04:21.000Z (over 2 years ago)
- Last Synced: 2025-01-03T15:49:45.088Z (5 months ago)
- Topics: awesome-os, c, golang, os, python
- Language: C
- Homepage:
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# directory list
- algobase
- concurrency
- data_structure# concurrency
> Point at concurrency example in https://jyywiki.cn/OS/2022/ course .
# data_structure
> Data stucture is written in amazing way by C language .
# algobase
> Basic and Advanced algorithm are realized by C language .
# give privilege
````bash
find /path/to -type d -exec chmod 777 {} \;
# example
find /home/ubuntu/code/c -type d -exec chmod 777 {} \;
find /home/ubuntu/code/c-os/tests/compiler -type d -exec chmod 777 {} \;
````# tree-dir
````bash
npm install -D markdown-notes-tree
markdown-notes-tree
````# run the example
> Write sth in `drive_main.h` and run the cmd :
````bash
gcc -o main main.c && ./main
````