Commit Graph

14 Commits

Author SHA1 Message Date
Mathieu Maret 3bca737990 Add context switch
This is taken from SOS
2019-05-15 23:22:28 +02:00
Mathieu Maret e1ac9ebd9d Fix iso generation
echo -e does not work on ubuntu
echo does. It's the opposite on archlinux...
Use printf!
2019-05-12 22:56:51 +02:00
Mathieu Maret 7a684d735c Fix iso generation 2019-05-10 16:31:33 +02:00
Mathieu Maret 4e050d5364 Makefile: clean isodir 2019-01-09 17:21:51 +01:00
Mathieu Maret e998fec795 stack_trace try to get function arguments 2018-11-19 13:57:07 +01:00
Mathieu Maret dc0789aa72 makefile: reorg flags 2018-11-16 19:57:56 +01:00
Mathieu Maret 085857a900 Add backtrace function 2018-11-16 14:47:21 +01:00
Mathieu Maret 4e93b8c26b make:fix debug target 2018-11-09 10:50:20 +01:00
Mathieu Maret 7633e54663 Add some way to test kernel 2018-11-08 22:09:12 +01:00
Mathieu Maret 89837e03bf Makefile correction
* fix fd.iso kernel path
* add debug target
2018-08-05 14:12:18 +02:00
Mathieu Maret 86f55a41ef Can generate symbole file 2018-07-20 17:10:58 +02:00
Mathieu Maret 84d421a014 Can generate iso image 2018-07-20 16:55:41 +02:00
Mathieu Maret c1afe927cb Make kernel multiboot compatible 2018-07-20 16:41:36 +02:00
Mathieu Maret 2c251fa51c Initial import from mbr_asm project 2018-07-20 15:42:51 +02:00