summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/l.s
AgeCommit message (Expand)Author
2016-01-14pc64: move idle() routine after CALL main(SB) as the comment suggestscinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-04-08pc, pc64: extend initial memory map for qemu multiboot datacinap_lenrek
2014-11-15pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.scinap_lenrek
2014-08-18pc, pc64: fix off by one error in _multibootentrycinap_lenrek
2014-07-21pc64: cleanup syscallentry()cinap_lenrek
2014-07-20pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt...cinap_lenrek
2014-07-20pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp...cinap_lenrek
2014-06-08kernel: remove _xinc()/_xdec()cinap_lenrek
2014-06-05pc64: dont trap _xinc()/_xdec() overflow/underflow, delete unused atomic func...cinap_lenrek
2014-05-11pc, pc64: handle sse simd exceptionscinap_lenrek
2014-03-01pc64: multiboot supportcinap_lenrek
2014-02-15pc64: move VMAP into its own PDP (for vmware)cinap_lenrek
2014-02-06pc64: fix note handlingcinap_lenrek
2014-02-03pc64: implement shutdown and idlehandscinap_lenrek
2014-02-01add experimental pc64 kernelcinap_lenrek