On Wed, Mar 22, 2023 at 6:24 AM 'Qiaowen Yang' via v8-users
<v8-users@googlegroups.com> wrote:
>
> Hi,
>
> I know that building V8 requires a lot of packages, but I am curious whether 
> V8 can be run without an OS. For example, can we use a simulator like gem5 to 
> run V8.
> Thanks for any help.
>
> Yours,
> Qiaowen

Short answer: no

Long(er) answer: V8 depends on the OS for things like memory
allocation and thread creation. You would have to write quite a bit of
glue code to make it work in a "bare metal" (god, I hate that phrase)
environment. V8's build tooling isn't very amenable to such scenarios
either.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc_AZ7ng3qqQ6C4RtQtZfAaY6VOzqXoes7vmoq-k6JU3Bw%40mail.gmail.com.

Reply via email to