KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Flakes
★ 8
Open GitHub ↗
A tiny kernel in C
Download README (.md)
Explore Similar Repositories
plugin-github-frontend
:
[NOT MAINTAINED] Use Kanboard to manage Github Issues
FinePar
:
FinePar: Irregularity-Aware Fine-Grained Workload Partitioning on Integrated Architectures
tick-kube
:
A set of Kubernetes manifest files for InfluxData's TICK Stack
MeetUp.ApiTokenDemo
:
介紹跨網站傳遞授權資訊時的安全問題,用100行以內的程式示範數位簽章如何解決這個問題。也示範了這樣的技巧能解決那些更複雜的授權問題。有文字版本可以閱讀,也提供介紹的錄影,以及相關的 PPT 跟 source code.
peano
:
Implementation of Peano arithmetic in Prolog
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Flakes
?
Download (.md)
# Flakes A tiny 32 bit kernel written in C with a simple driver to use VGA text mode buffer as output device Right now, all it does is paint the screen blue and displays some text ## Setup You need to set up binutils and a gcc cross compiler. Instructions [here](http://wiki.osdev.org/GCC_Cross-Compiler) You're also going to need qemu to run the kernel Once that's done, to simply run ```bash $ ./build.sh $ qemu-system-i386 -kernel myos.bin ``` 