Skip to content

Commit 22969f0

Browse files
author
ben6
committed
Initial commit
0 parents  commit 22969f0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Object files
2+
*.o
3+
4+
# Libraries
5+
*.lib
6+
*.a
7+
8+
# Shared objects (inc. Windows DLLs)
9+
*.dll
10+
*.so
11+
*.so.*
12+
*.dylib
13+
14+
# Executables
15+
*.exe
16+
*.out
17+
*.app

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
JuluOS
2+
======
3+
4+
A learning OS for arm based cpu written by JuluOSDev

0 commit comments

Comments
 (0)