Commit Graph

14 Commits

Author SHA1 Message Date
quackerd 4424d6401e
multiboot stuff 2019-12-07 03:54:18 -05:00
quackerd 18830d645a
refactoring complete 2019-11-28 13:02:52 -05:00
QuackeR 5a7bf472d8
compiling 2019-06-26 01:47:18 -04:00
Op52 548852f8be
working 2018-12-16 18:52:33 -05:00
secXsQuared 73458d7f60 Finally compiles after refactoring.. 2018-10-02 02:43:30 -04:00
secXsQuared 48388bbf01 new branch for shit 2018-10-01 13:01:00 -04:00
secXsQuared 5a3f9e3419 - Got rid of bogus callback_func
- Refactored linked list interface.
- Fixed all test cases and made them standalone instead of within the kernel.
2018-03-29 06:00:22 -04:00
secXsQuared 243e4cb1fe Non-recursive make + compiled + set up QEMU + GDB. 2018-02-07 00:42:59 -05:00
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