index
:
ixos
master
"x86 os from scratch". a bootloader and a bit of 16-bit C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-09-28
vga graphics for return, newln, short, and int
iximeow
2015-09-28
fix build bug in mod_mem_map and actually use it
iximeow
2015-09-28
add kill to projectm
iximeow
2015-09-28
add kill command, tweak run to run in curses mode
iximeow
2015-09-28
add awful support for non-0x7e00 start, prefix real start address to kernel
iximeow
2015-09-28
stub memory mapping module
iximeow
2015-09-28
refactor to multi-file build
iximeow
2015-09-28
build hacks to support multi-file builds
iximeow
2015-09-28
cleanly remove .note.gnu.build-id
iximeow
2015-09-28
fix up linker.ld to actually... work.
iximeow
2015-09-28
add hex printing...ish
iximeow
2015-09-28
Bootloader doesn't need to pad to 512 bytes anymore
iximeow
2015-09-28
remove dummy file
iximeow
2015-09-28
gitignore
iximeow
2015-09-28
.project and helpers
iximeow
2015-03-22
Write with attr
iximeow
2015-03-22
Add custom linker script
iximeow
2014-09-27
Basic vga write functions
iximeow
2014-09-27
Strip down bootloader and tweak to load multiple blocks
iximeow
2014-09-26
various tweaks
iximeow
2014-09-26
Hefty bootloader changes, some screen manip functions
iximeow
2014-09-24
Initial commit
iximeow