Commit Graph

6 Commits

Author SHA1 Message Date
Mathieu Maret 75dbbdb53b Wrap IRQ, Exception, cpu_context to be ready for user
Fix ASM where ebp was push 2 times.
One by pushw ebp
One by pushal later
2021-10-27 00:14:22 +02:00
Mathieu Maret 8f6f6cf471 WIP: add TSS management 2021-10-25 21:29:18 +02:00
Mathieu Maret 3b97d0307d Style: harmonize formatting
Thanks to: "clang-format -i -style=file **/*.{c,h}"
2020-04-27 00:14:51 +02:00
Mathieu Maret 29f085b7aa Add va_list
and rename types.h into stdarg.h
2018-08-06 21:28:42 +02:00
Mathieu Maret 05c78e5e0c Adapt GDT code to our codeing style
GDT code was taken from SOS project
2018-07-26 12:23:49 +02:00
Mathieu Maret 2c251fa51c Initial import from mbr_asm project 2018-07-20 15:42:51 +02:00