Commit Graph

247 Commits

Author SHA1 Message Date
Adrien Bourmault 77b9f2d066 Makefile stuff 2019-03-16 22:33:09 +01:00
Adrien Bourmault 7add417986 stuff 2019-03-14 21:00:03 +01:00
Adrien Bourmault 107688098e working on cpu 2019-03-14 18:33:12 +01:00
Adrien Bourmault 7ba6b95c19 working on cpu 2019-03-14 18:30:29 +01:00
Adrien Bourmault 9ffc2348d2 little makefile stuff 2019-03-14 13:12:01 +01:00
Adrien Bourmault ced75b51f2 stuff I don't remember 2019-03-13 17:03:52 +01:00
Adrien Bourmault 9ab5bbc58c multiboot&memory stuff 2019-03-13 09:19:43 +01:00
Adrien Bourmault afdd3508c6 stuff 2019-03-12 23:36:47 +01:00
Adrien Bourmault 17f714719b multiboooooooot 2019-03-12 23:25:30 +01:00
Adrien Bourmault 32c7c99bc2 Just learned SysV ABI calling conventions and clean-up stuff 2019-03-12 22:11:00 +01:00
Adrien Bourmault f836157c90 stuff 2019-03-12 18:24:27 +01:00
Adrien Bourmault 85132db7a9 Merge branch 'master' into cpu&memory 2019-03-12 17:47:45 +01:00
Julian Barathieu fea5386d6d sprintf stuff 2019-03-12 17:41:14 +01:00
Adrien Bourmault 8fca2de33f Revert "stuff"
This reverts commit be94ec4d2c1d5e3de08e50a0733bd53c69d1acd8, reversing
changes made to 2d9e02db0e580eaf9ccb6a6d2176ee16107a4b0a.
2019-03-12 17:31:25 +01:00
Adrien Bourmault 982cd618a6 stuff 2019-03-12 17:28:34 +01:00
Adrien Bourmault 4a9b54cc3e stuff 2019-03-12 17:25:25 +01:00
Adrien Bourmault b9322e60e0 stuff 2019-03-12 17:13:09 +01:00
Adrien Bourmault 8660d52912 Assert 2019-03-12 15:29:15 +01:00
Adrien Bourmault 2dea9c042a Merge branch 'cpu&memory' of github.com:os-k-team/GNU-GPL-OS-K into cpu&memory 2019-03-11 19:33:24 +01:00
Adrien Bourmault 81030a9457 Merge branch 'master' into cpu&memory 2019-03-11 19:32:57 +01:00
Adrien Bourmault d38a280126 Merge from master into cpu&memory (#36)
* Update Readme.md

* stuff

* Debug this beautiful panicked kernel !

* Stuff I don't remember

* stuff

* merge

* merge

* Step 0 : InitTerms() is the bug

* Debug stuff

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1.5 : \n was a problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2.1 : GetPanicStr is an array

* Step 2.2 : Now panic accept 8 chars

* Ok then !
2019-03-11 19:31:48 +01:00
Adrien Bourmault f72131ba61 Merge branch 'master' of github.com:os-k-team/GNU-GPL-OS-K 2019-03-11 19:24:48 +01:00
Adrien Bourmault 228df83a1a Merging from master (#34)
* Update Readme.md

* Debug this beautiful panicked kernel !

* Stuff I don't remember

* stuff

* merge

* merge

* Step 0 : InitTerms() is the bug

* Debug stuff

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1.5 : \n was a problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2.1 : GetPanicStr is an array

* Step 2.2 : Now panic accept 8 chars

* Ok then !
2019-03-11 19:22:37 +01:00
Adrien Bourmault eb29cd224f Merge branch 'cpu&memory' into master 2019-03-11 19:22:23 +01:00
Adrien Bourmault 7d5fc6da75 Debug this beautiful panicked kernel !
* Stuff I don't remember

* stuff

* merge

* merge

* Step 0 : InitTerms() is the bug

* Debug stuff

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1.5 : \n was a problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2.1 : GetPanicStr is an array

* Step 2.2 : Now panic accept 8 chars

* Ok then !
2019-03-11 19:20:11 +01:00
Adrien Bourmault 4ba948669f Step 1 : In StartPanic is the real problem 2019-03-11 18:25:35 +01:00
Adrien Bourmault 348c3b7ead Step 1 : StartPanic is the real problem 2019-03-11 18:17:49 +01:00
Adrien Bourmault 021c94489b Step 1 : StartPanic is the real problem 2019-03-11 18:17:08 +01:00
Adrien Bourmault 2aeaefe7ac Step 1 : StartPanic is the real problem 2019-03-11 18:10:54 +01:00
Adrien Bourmault fe12e3bca9 Debug stuff 2019-03-11 15:23:01 +01:00
Adrien Bourmault 1beaf2b46d Step 0 : InitTerms() is the bug 2019-03-11 14:47:11 +01:00
Adrien Bourmault c39f733e6d merge 2019-03-11 14:17:02 +01:00
Adrien Bourmault 1e2bf99bd4 merge 2019-03-11 14:16:56 +01:00
Adrien Bourmault 57f83d0a6c merge 2019-03-11 14:15:40 +01:00
Adrien Bourmault df32ae0a1a stuff 2019-03-11 14:12:23 +01:00
Julian Barathieu 882aaa3844 Stuff I don't remember 2019-03-11 14:07:16 +01:00
Adrien Bourmault b91b7adbe3 Update Readme.md (#32) 2019-03-11 13:28:01 +01:00
Adrien Bourmault d92266ae34 Update Readme.md 2019-03-11 13:25:34 +01:00
Adrien Bourmault a8ca22f150 stuff 2019-03-09 23:01:02 +01:00
Adrien Bourmault fba9a3fc77 makefile update 2019-03-09 22:30:33 +01:00
Adrien Bourmault 5167e15b6d makefile update 2019-03-09 22:29:42 +01:00
Adrien Bourmault f4e9072e6e makefile update 2019-03-09 22:29:30 +01:00
Adrien Bourmault 3317fe0db5 Update Readme.md 2019-03-09 22:22:57 +01:00
Adrien Bourmault 94f51b9f12 little reorganization 2019-03-09 21:47:35 +01:00
Adrien Bourmault 2b8ebc6c57 little reorganization 2019-03-09 21:46:09 +01:00
Adrien Bourmault 476b30fb20 Enhancing speed for compilation 2019-03-09 20:44:36 +01:00
Adrien Bourmault ec33a70acd Changing color because red is for errors 2019-03-09 20:40:32 +01:00
Adrien Bourmault 815b2ac479 from multiboot to kernel 2019-03-08 21:56:01 +01:00
Adrien Bourmault 8cf063d3bf Enabling cursor blinking 2019-03-08 21:15:10 +01:00
Adrien Bourmault a0bf1215b1 clean-up 2019-03-08 09:50:13 +01:00