Commit Graph

6 Commits

Author SHA1 Message Date
secXsQuared 1d4c7282b5 refactor 2018-01-31 14:10:24 -05:00
secXsQuared 32259f3dc7 Added boots compilation stuff. Although bochs keeps seg faulting (lol wut)
Now makefile generates disasm for debugging
2016-06-04 16:14:50 -07:00
secXsQuared eb88af7d33 NOT QUITE WORKING YET 2016-05-31 22:00:29 -07:00
secXsQuared 44602ecf29 1. Refactored the file structure.
2. Refactored all include directories.
3. The Integrated linked_list and salloc are working. Need to write test for AVL tree and salloc.
2016-05-21 18:54:29 -07:00
Siyao Zhao 9ca5b1aa16 Development:
1. Intergrated my salloc allocator
2. hal.c: Got rid of some gcc warnings, mainly int -> pointer.
3. entry.asm: 64-bit int immediate moved to a reg first then anded with another reg.
Refactoring:
1. Got rid of kernel_status_t, IN, OUT, OPT. secX does not have to be Windows does it?
2. Renamed _KERNEL_ABI to SAPI.
3. Refactored library functions / interfaces to as "static" and "_" as possible
4. Restructured "common" folder
2016-05-17 12:03:18 -07:00
HyperAssembler 1e7b5d9eb7 CMakeList 2015-06-29 20:18:52 -04:00