diff options
| author | David <dbphillipsnz@gmail.com> | 2013-11-11 19:02:19 +1300 | 
|---|---|---|
| committer | David <dbphillipsnz@gmail.com> | 2014-03-27 20:32:47 +1300 | 
| commit | b707eed2ccab33aa5c008a84d4a74788b4b2e52d (patch) | |
| tree | 7f6402a0025e084559e5fe4646a94c11d9e670ef /lowlevel.h | |
| parent | 9d9de30b314f763069ed18fe8da8b6187d6faf38 (diff) | |
| download | toast-b707eed2ccab33aa5c008a84d4a74788b4b2e52d.tar.xz | |
Added %o %b %c in printf(), started memory detection
Diffstat (limited to 'lowlevel.h')
| -rw-r--r-- | lowlevel.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -20,5 +20,7 @@  #define LOWLEVEL_H  void outb(uint16_t p,uint8_t val); +void disable_ints(); +void enable_ints();  #endif
\ No newline at end of file | 
