mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 04:19:22 +03:00
f5ce79da9d
Many of the marks were broken, and staticizing the marks revealed this. This makes them build.
37 lines
826 B
Plaintext
37 lines
826 B
Plaintext
::
|
|
:::: /hoon/pill/mar
|
|
::
|
|
/- aquarium
|
|
=, aquarium
|
|
=, mimes:html
|
|
|_ pil=pill
|
|
++ grow
|
|
|%
|
|
++ mime [/application/octet-stream (as-octs (jam pil))]
|
|
--
|
|
++ grab
|
|
|%
|
|
++ noun pill
|
|
++ mime
|
|
|= (pair mite octs)
|
|
=+ o=(pair ,* ,*) :: ,*)
|
|
=+ (,[%pill nam=term boot-ova=(list) kernel-ova=(list o) userspace-ova=(list o)] (cue q.q))
|
|
=/ convert
|
|
|= ova=(list o)
|
|
^- (list unix-event)
|
|
%+ turn ova
|
|
|= ovo=o
|
|
=/ sof ((soft unix-event) ovo)
|
|
?~ sof
|
|
~& [%unknown-event p.ovo]
|
|
!!
|
|
~& [%known-event (wire p.ovo) (@tas -.q.ovo)]
|
|
u.sof
|
|
:: =/ boot-ova (convert boot-ova)
|
|
=/ kernel-ova (convert kernel-ova)
|
|
=/ userspace-ova (convert userspace-ova)
|
|
[%pill nam boot-ova kernel-ova userspace-ova]
|
|
--
|
|
++ grad %mime
|
|
--
|