https://github.com/newplan/books
This is some thought and source code occupying my thought when i read some books
https://github.com/newplan/books
Last synced: about 1 year ago
JSON representation
This is some thought and source code occupying my thought when i read some books
- Host: GitHub
- URL: https://github.com/newplan/books
- Owner: NEWPLAN
- Created: 2016-10-15T05:02:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T11:48:27.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T09:35:02.829Z (over 1 year ago)
- Language: C
- Size: 11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
----------------------------
BOOK-NOTICES
## Menu
[Menu](#Menu)
[Description](#Description)
[Including](#Including)
[Others](#Others)
This responbility is consisted of some thought and notices when i read book. I have tried to make sure that ecah codes is running correctlly.
orange's is about the books < Orange's: the implementation of a simple opreation of system > written by Yu Yuan. it's about the implementation of a simple Operation System, The Yu called it Oranges.
osask is about the books < Create an Operating System within 30 days> written by Hidemi Kawai. it's about the implementation of a simple Operation System based on X86, 32 bit plantfom with a naive GUI.
TCC is a tiny compiler for C language written by Fabrice Bellard, support C99 std. It is small fast safety and unlimited, in this section, we will analysis the implementation of this tiny compiler system.
It's great honours to me if it can make any benefit for you. Any problems in using it, please contract ME.
NEWPLAN2016/10/15