bond is a hobby x86-64 kernel
Go to file
secXsQuared dddcd487a2 AVL Tree Test
1. Added test for avl insertion and deletion (core functionalities).
2. Suppressed GCC's retarded multiline comment warnings.
3. Increased kernel heap size from 4k to 8k.
TODO:
1. Write test for salloc.
2016-05-22 01:24:08 -07:00
bochs Adjusted structure to use make command. 2015-01-25 16:59:08 -08:00
build Step up higher half kernel [In Progress] 2015-09-11 00:51:13 -04:00
legacy_bootloader Clean up crap and get code ready for 64 bit. 2015-01-29 00:05:58 -08:00
miscellaneous Plain of snow 2015-03-05 00:04:29 -08:00
x64/src AVL Tree Test 2016-05-22 01:24:08 -07:00
x86/src Physical memory manager [In Progress] 2015-09-04 15:04:22 -04:00
.gitattributes Initial 2014-05-30 01:55:32 -07:00
.gitignore Merge remote-tracking branch 'origin/master' 2015-07-17 00:42:14 -04:00
bochs64.bxrc So kernel 64 can set up itself now. (Requires 1GB page size. But just for temporary setup, in the kernel we will still stick to 4KB page.) 2015-02-07 15:34:26 -08:00
bochsdbg64.bxrc So kernel 64 can set up itself now. (Requires 1GB page size. But just for temporary setup, in the kernel we will still stick to 4KB page.) 2015-02-07 15:34:26 -08:00
bochsUbuntu.bxrc Screw mac os x and gui debugger. 2015-09-03 20:22:12 -04:00
CMakeLists.txt 1. Refactored the file structure. 2016-05-21 18:54:29 -07:00
makefile AVL Tree Test 2016-05-22 01:24:08 -07:00
ReadME.txt Update ReadMe 2016-05-11 15:40:02 -07:00

My Hobby OS.

Far from completion.
Documents coming soon...