klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

will it work on real hardware? #260

Closed Alexey1994 closed 1 year ago

Alexey1994 commented 1 year ago

https://github.com/klange/toaruos/blob/a24baa2b58e4a52ecb71174843a6718bc86ff70c/boot/boot.S#L189

klange commented 1 year ago

? It’s a fairly typical realmode trampoline, it works just fine on real hardware.

Alexey1994 commented 1 year ago

Thanks