index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
pc64
/
l.s
Age
Commit message (
Expand
)
Author
2016-01-14
pc64: move idle() routine after CALL main(SB) as the comment suggests
cinap_lenrek
2015-07-07
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
cinap_lenrek
2015-04-08
pc, pc64: extend initial memory map for qemu multiboot data
cinap_lenrek
2014-11-15
pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s
cinap_lenrek
2014-08-18
pc, pc64: fix off by one error in _multibootentry
cinap_lenrek
2014-07-21
pc64: cleanup syscallentry()
cinap_lenrek
2014-07-20
pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt...
cinap_lenrek
2014-07-20
pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp...
cinap_lenrek
2014-06-08
kernel: remove _xinc()/_xdec()
cinap_lenrek
2014-06-05
pc64: dont trap _xinc()/_xdec() overflow/underflow, delete unused atomic func...
cinap_lenrek
2014-05-11
pc, pc64: handle sse simd exceptions
cinap_lenrek
2014-03-01
pc64: multiboot support
cinap_lenrek
2014-02-15
pc64: move VMAP into its own PDP (for vmware)
cinap_lenrek
2014-02-06
pc64: fix note handling
cinap_lenrek
2014-02-03
pc64: implement shutdown and idlehands
cinap_lenrek
2014-02-01
add experimental pc64 kernel
cinap_lenrek