Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
kernel\/header.h:10: warning: useless storage class specifier in empty declaration
} __attribute__((packed));
extern struct GDTstruct
{
// ...
} __attribute__((packed));
#include "header.h"
// ...
int main() {
start_install();
// ...
}
struct GDTstruct
{
// ...
} __attribute__((packed));
// ...
extern void start_install();
struct GDTstruct
{
// ...
} __attribute__((packed));
// ...
void start_install();
// ...
void start_install() {
// ...
}
while(1);
exception(): 3rd (13) exception with no resolution
Entering to shutdown state still not implemented