summaryrefslogtreecommitdiff
path: root/kernel.asm
Commit message (Collapse)AuthorAgeFilesLines
* Begin refactoring ISR codeHEADmasterJoseph Hunkeler2018-07-041-11/+28
|
* Move isr_inject out of the main loopJoseph Hunkeler2018-06-231-1/+3
|
* Include types.asmJoseph Hunkeler2018-05-281-0/+1
|
* * Incorporate new escape sequencesJoseph Hunkeler2018-05-251-10/+9
| | | | * Incorporate new width formatters
* * Fix stack slignmentJoseph Hunkeler2018-05-241-23/+36
| | | | | | | * Fix system initialization values * Use LF instead of CR * Increase image size to 1.44MBs * Add disk information block
* * Add ISR inject routineJoseph Hunkeler2018-05-151-12/+62
| | | | | * Use refactored ASCII equates * kend is phsyical end of kernel, not reserved space
* Fix botched stack cleanupJoseph Hunkeler2017-12-061-0/+1
|
* Fix stack underrun; Add disk infoJoseph Hunkeler2017-12-031-8/+19
|
* Add terminalJoseph Hunkeler2017-12-021-2/+2
|
* Use new printf functionJoseph Hunkeler2017-12-021-35/+13
|
* Remove test codeJoseph Hunkeler2017-12-011-4/+0
|
* Kernel clears screen and sets cursor position; Expand to 16KJoseph Hunkeler2017-12-011-2/+9
|
* add print[i,h] and normalize load addressesJoseph Hunkeler2017-11-291-8/+46
|
* Initial commitJoseph Hunkeler2017-11-281-0/+77